diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-29 15:41:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-29 15:41:07 +0200 |
commit | 4f841757b84ddb2cf844252633dc2403569aa066 (patch) | |
tree | 0fe5bd6e89682a535e898d64adc2f27590119e63 /tests/config.test | |
parent | 2abd895682ec8707f30fc6babbf3787e00a8c280 (diff) |
Add unit-tests option to bdep-new
If specified (-t exe,unit-tests or -t lib,unit-tests) then generate build
infrastructure for unit testing.
Diffstat (limited to 'tests/config.test')
-rw-r--r-- | tests/config.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config.test b/tests/config.test index 3dcd9f6..0500686 100644 --- a/tests/config.test +++ b/tests/config.test @@ -7,7 +7,7 @@ .include common.test project.test -cxx = cc "config.cxx=$config.cxx" +cxx = cc config.cxx="$recall($cxx.path)" status += -d prj init += -d prj |