aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
Diffstat (limited to 'schema')
-rw-r--r--schema/custom/makefile2
-rw-r--r--schema/embedded/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/schema/custom/makefile b/schema/custom/makefile
index f38973b..b726a66 100644
--- a/schema/custom/makefile
+++ b/schema/custom/makefile
@@ -77,7 +77,7 @@ $(dist):
# Test.
#
$(test): $(driver)
- $(call message,test $<,$< --options-file $(dcf_root)/db.options)
+ $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).options)
# Clean.
#
diff --git a/schema/embedded/makefile b/schema/embedded/makefile
index c336b3f..1748ff4 100644
--- a/schema/embedded/makefile
+++ b/schema/embedded/makefile
@@ -78,7 +78,7 @@ $(dist):
# Test.
#
$(test): $(driver)
- $(call message,test $<,$< --options-file $(dcf_root)/db.options)
+ $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).options)
# Clean.
#