aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-23 17:29:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-23 17:29:04 +0200
commit9c628664563a167a3c6e57d28b0de914388a802c (patch)
tree3b3d4d57fc0c833b7e784e0b27bf1f55dbbf815a
parent1b1d1434539c4c198caab4f3a45ade9e6827427b (diff)
Backwards-compatibility fixes
-rw-r--r--build/root.build8
1 files changed, 7 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index ebc156b..9ed207f 100644
--- a/build/root.build
+++ b/build/root.build
@@ -15,5 +15,11 @@ cxx.poptions =+ -I$out_root -I$src_root
# All exe{} in tests/ are, well, tests. Don't install them.
#
tests/: test.exe = true # @@ BC
-tests/exe{*}: test = true
+
+#tests/exe{*}: test = true # @@ BC
+tests/:
+{
+ exe{*}: test = true
+}
+
tests/: install = false