From 3cc94b1407a76c09e3f8ddb6c8e0a17e5b521798 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 Dec 2020 21:56:24 +0300 Subject: Various cleanups --- cli/build/root.build | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cli/build') diff --git a/cli/build/root.build b/cli/build/root.build index c611c4f..476b192 100644 --- a/cli/build/root.build +++ b/cli/build/root.build @@ -49,12 +49,6 @@ cxx.poptions =+ "-I$out_root" "-I$src_root" if ($config.cli != [null] && $config.cli != false) using cli -# All exe{} in unit-tests/ are, well, tests. Also don't link whole archives -# by default there. -# -unit-tests/exe{*}: test = true -unit-tests/{libue libul}{*}: bin.whole = false - # Specify the test target for cross-testing. # test.target = $cxx.target -- cgit v1.1