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