aboutsummaryrefslogtreecommitdiff
path: root/tests/ci.test
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-29 15:41:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-08-29 15:41:07 +0200
commit4f841757b84ddb2cf844252633dc2403569aa066 (patch)
tree0fe5bd6e89682a535e898d64adc2f27590119e63 /tests/ci.test
parent2abd895682ec8707f30fc6babbf3787e00a8c280 (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/ci.test')
-rw-r--r--tests/ci.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci.test b/tests/ci.test
index 85155de..ed6f0c0 100644
--- a/tests/ci.test
+++ b/tests/ci.test
@@ -50,7 +50,7 @@ repository='http://example.com/prj.git'
test.arguments += --yes --repository "$repository" --server "$server" \
--simulate 'success'
-cxx = cc "config.cxx=$config.cxx"
+cxx = cc config.cxx="$recall($cxx.path)"
new += 2>!
init += $cxx -d prj 2>! &prj/**/bootstrap/***