aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-28 11:22:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-28 11:22:59 +0200
commit1ba1097cd1d71b945255d9401ffa4f04a036e94f (patch)
treee58fb8541d412a9ebe62e839da2a6db9b4abbc89 /makefile
parentd2c8179bfef0503647c519f44401f29d8bddd122 (diff)
Add SQLite-specific tests
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile b/makefile
index 896f788..0eaf04d 100644
--- a/makefile
+++ b/makefile
@@ -12,6 +12,10 @@ ifeq ($(db_id),mysql)
dirs += mysql
endif
+ifeq ($(db_id),sqlite)
+dirs += sqlite
+endif
+
default := $(out_base)/
dist := $(out_base)/.dist
test := $(out_base)/.test