diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-03 13:22:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-03 13:22:37 +0200 |
commit | d83890c0c2c95da9e190a8f9a7ddc29cd621bef7 (patch) | |
tree | e19b17e63499e396cf592fa91758439c1c2b33e5 /boost/common | |
parent | 6ec616d6ad29bcf00f3a4d9ed8bf53d44e589228 (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 'boost/common')
-rw-r--r-- | boost/common/multi-index/makefile | 2 | ||||
-rw-r--r-- | boost/common/optional/makefile | 2 | ||||
-rw-r--r-- | boost/common/smart-ptr/makefile | 2 | ||||
-rw-r--r-- | boost/common/template/makefile | 2 | ||||
-rw-r--r-- | boost/common/unordered/makefile | 2 | ||||
-rw-r--r-- | boost/common/uuid/makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/boost/common/multi-index/makefile b/boost/common/multi-index/makefile index de891e6..bde0ebb 100644 --- a/boost/common/multi-index/makefile +++ b/boost/common/multi-index/makefile @@ -78,7 +78,7 @@ $(dist): # $(test): $(driver) $(src_base)/test.std $(call schema) - $(call message,test $<,$< --options-file $(dcf_root)/db.options \ + $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).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) diff --git a/boost/common/optional/makefile b/boost/common/optional/makefile index f46c931..6dc5c31 100644 --- a/boost/common/optional/makefile +++ b/boost/common/optional/makefile @@ -78,7 +78,7 @@ $(dist): # $(test): $(driver) $(src_base)/test.std $(call schema) - $(call message,test $<,$< --options-file $(dcf_root)/db.options \ + $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).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) diff --git a/boost/common/smart-ptr/makefile b/boost/common/smart-ptr/makefile index d183e0b..9225155 100644 --- a/boost/common/smart-ptr/makefile +++ b/boost/common/smart-ptr/makefile @@ -78,7 +78,7 @@ $(dist): # $(test): $(driver) $(src_base)/test.std $(call schema) - $(call message,test $<,$< --options-file $(dcf_root)/db.options \ + $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).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) diff --git a/boost/common/template/makefile b/boost/common/template/makefile index a3cf2c7..133177e 100644 --- a/boost/common/template/makefile +++ b/boost/common/template/makefile @@ -78,7 +78,7 @@ $(dist): # $(test): $(driver) $(src_base)/test.std $(call schema) - $(call message,test $<,$< --options-file $(dcf_root)/db.options \ + $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).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) diff --git a/boost/common/unordered/makefile b/boost/common/unordered/makefile index 471944b..c88a8ec 100644 --- a/boost/common/unordered/makefile +++ b/boost/common/unordered/makefile @@ -78,7 +78,7 @@ $(dist): # $(test): $(driver) $(src_base)/test.std $(call schema) - $(call message,test $<,$< --options-file $(dcf_root)/db.options \ + $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).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) diff --git a/boost/common/uuid/makefile b/boost/common/uuid/makefile index 9379b6a..7d39469 100644 --- a/boost/common/uuid/makefile +++ b/boost/common/uuid/makefile @@ -78,7 +78,7 @@ $(dist): # $(test): $(driver) $(src_base)/test.std $(call schema) - $(call message,test $<,$< --options-file $(dcf_root)/db.options \ + $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).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) |