aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-06-03 13:22:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-06-03 13:22:37 +0200
commit2fe70fbeb57cd457b913c376c1b987522c0c5d58 (patch)
treeed2e4eb9a9e89b906b8f661b7f6e8d5f90d5d8df /template
parentbdc202e8f19f0ea7191c7edae6f5ffed9c1e7d08 (diff)
Use database name in options and driver files (build part)
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing.
Diffstat (limited to 'template')
-rw-r--r--template/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/makefile b/template/makefile
index 514d3c3..cc1bebf 100644
--- a/template/makefile
+++ b/template/makefile
@@ -79,7 +79,7 @@ $(dist):
$(test): header := $(odb_hdr)
$(test): $(driver)
$(call schema)
- $(call message,test $<,$< --options-file $(dcf_root)/db.options)
+ $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).options)
# Clean.
#