diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-06 12:46:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-06 12:46:23 +0200 |
commit | 2b03a8fa879bd583c889b101f567927a959cdc0f (patch) | |
tree | a8e463db1baa23ba2b87411ef076b478028a3305 /sqlite/custom/makefile | |
parent | e6b93ff477d7c789b786b059dcab1f66e5aae013 (diff) |
Use fixed options file names in database-specific tests
Diffstat (limited to 'sqlite/custom/makefile')
-rw-r--r-- | sqlite/custom/makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sqlite/custom/makefile b/sqlite/custom/makefile index 132d767..62d5539 100644 --- a/sqlite/custom/makefile +++ b/sqlite/custom/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) |