aboutsummaryrefslogtreecommitdiff
path: root/sqlite/truncation/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite/truncation/makefile')
-rw-r--r--sqlite/truncation/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sqlite/truncation/makefile b/sqlite/truncation/makefile
index 020e298..6cfed59 100644
--- a/sqlite/truncation/makefile
+++ b/sqlite/truncation/makefile
@@ -64,8 +64,7 @@ $(dist):
# Test.
#
$(test): $(driver) $(src_base)/test.std
- $(call schema)
- $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).options \
+ $(call message,test $<,$< --options-file $(dcf_root)/sqlite.options \
>$(out_base)/test.out)
$(call message,,diff -u $(src_base)/test.std $(out_base)/test.out)
$(call message,,rm -f $(out_base)/test.out)