diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-28 11:22:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-28 11:22:59 +0200 |
commit | 1ba1097cd1d71b945255d9401ffa4f04a036e94f (patch) | |
tree | e58fb8541d412a9ebe62e839da2a6db9b4abbc89 /makefile | |
parent | d2c8179bfef0503647c519f44401f29d8bddd122 (diff) |
Add SQLite-specific tests
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |