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/status.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/status.test')
-rw-r--r-- | tests/status.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/status.test b/tests/status.test index 676dac0..2d60af5 100644 --- a/tests/status.test +++ b/tests/status.test @@ -4,7 +4,7 @@ .include common.test project.test -cxx = cc "config.cxx=$config.cxx" +cxx = cc config.cxx="$recall($cxx.path)" new += 2>! init += $cxx -d prj 2>! |