aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-29 14:35:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-29 14:35:30 +0200
commitbb4daf280cbae9f37a44d3b8893a3b933134cddc (patch)
tree2be6657303d72539c2b57bc4624cbb87fc54ed2a /build
parent2508d4d0e05ef55beb3a4db52aa01424eedb4226 (diff)
Switch to using utility library for web/
Diffstat (limited to 'build')
-rw-r--r--build/root.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index 09a03ce..1a5f7af 100644
--- a/build/root.build
+++ b/build/root.build
@@ -25,9 +25,11 @@ cxx.coptions += -Wno-unknown-pragmas
#
using? cli
-# All exe{} in tests/ are, well, tests.
+# All exe{} in tests/ are, well, tests. Also don't link whole archives
+# by default there.
#
tests/exe{*}: test = true
+tests/libu{*}: bin.whole = false
# Specify the test target for cross-testing.
#