From 4f841757b84ddb2cf844252633dc2403569aa066 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Aug 2018 15:41:07 +0200 Subject: 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. --- tests/ci.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ci.test') 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/*** -- cgit v1.1