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/update.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/update.test') diff --git a/tests/update.test b/tests/update.test index ed4bbd2..12be96e 100644 --- a/tests/update.test +++ b/tests/update.test @@ -7,7 +7,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