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. --- build/root.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build') diff --git a/build/root.build b/build/root.build index 20ec18b..af83c1d 100644 --- a/build/root.build +++ b/build/root.build @@ -13,6 +13,11 @@ cxx{*}: extension = cxx cxx.poptions =+ "-I$out_root" "-I$src_root" +# While we don't have any C sources to compile we do run C tests (bdep-new) +# which need the path to the C compiler. +# +using c + # Load the cli module but only if it's available. This way a distribution # that includes pre-generated files can be built without installing cli. # This is also the reason why we need to explicitly spell out individual -- cgit v1.1