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/init.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/init.test')
-rw-r--r-- | tests/init.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.test b/tests/init.test index 28f66e2..6214985 100644 --- a/tests/init.test +++ b/tests/init.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 deinit += -d prj |