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/sync.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/sync.test') diff --git a/tests/sync.test b/tests/sync.test index b297990..4872f11 100644 --- a/tests/sync.test +++ b/tests/sync.test @@ -4,7 +4,7 @@ .include common.test -cxx = cc "config.cxx=$config.cxx" +cxx = cc config.cxx="$recall($cxx.path)" new += 2>! init += $cxx -d prj 2>! -- cgit v1.1