aboutsummaryrefslogtreecommitdiff
path: root/hello/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hello/makefile')
-rw-r--r--hello/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hello/makefile b/hello/makefile
index e1a2471..ea93bfb 100644
--- a/hello/makefile
+++ b/hello/makefile
@@ -76,9 +76,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.