From a8eeaf381091b9b48b0cad5ea16944947b7bf2a2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 3 Aug 2017 11:26:53 +0300 Subject: Set test variable to true for unit-tests/exe{*} in root.build --- build/root.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/root.build b/build/root.build index fc8c83c..c59703b 100644 --- a/build/root.build +++ b/build/root.build @@ -21,8 +21,10 @@ cxx.poptions =+ "-I$out_root" "-I$src_root" # using? cli -# Don't link whole archives by default in unit-tests/. +# All exe{} in unit-tests/ are, well, tests. Also don't link whole archives +# by default there. # +unit-tests/exe{*}: test = true unit-tests/libu{*}: bin.whole = false # Specify the test target for cross-testing. -- cgit v1.1