aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-27 14:29:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-27 14:29:03 +0200
commitd3e68edc2b5e37ed3b585dde1f36066e5c3c02e6 (patch)
treea2cee652e775aece4cf2f7ed6e09d52eb8613fb1 /template
parent534c5958af6104aea60a9fcb0d823a5c3cfed1bc (diff)
Don't run fake db driver for SQLite
By default embedded schema is used.
Diffstat (limited to 'template')
-rw-r--r--template/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/makefile b/template/makefile
index 2675389..17face5 100644
--- a/template/makefile
+++ b/template/makefile
@@ -75,9 +75,9 @@ $(dist):
# Test.
#
-$(test): schema := $(out_base)/$(basename $(odb_hdr)).sql
+$(test): header := $(odb_hdr)
$(test): $(driver)
- $(call message,sql $$1,$(dcf_root)/db-driver $$1,$(schema))
+ $(call schema)
$(call message,test $<,$< --options-file $(dcf_root)/db.options)
# Clean.