summaryrefslogtreecommitdiff
path: root/cli/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'cli/build/root.build')
-rw-r--r--cli/build/root.build6
1 files changed, 0 insertions, 6 deletions
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