summaryrefslogtreecommitdiff
path: root/cli/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-12-19 21:56:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-02-24 16:44:14 +0300
commit3cc94b1407a76c09e3f8ddb6c8e0a17e5b521798 (patch)
treec369b74080cea8a081ef0cdc33d858eb29ce5ed5 /cli/build
parent41501ca607dd84f5836faed1fbaceaf48d8cb54a (diff)
Various cleanups
Diffstat (limited to 'cli/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