aboutsummaryrefslogtreecommitdiff
path: root/build/root.build
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
commitf63133a443d08fb6eade98154dfa98f70bb792ed (patch)
tree501a91beff05fb227c766e7166e5ab3ea119b337 /build/root.build
parent9e4ba972178918ca6333f279b196639c456634a2 (diff)
Backwards-compatibility fixes
Diffstat (limited to 'build/root.build')
-rw-r--r--build/root.build8
1 files changed, 7 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index 2d371b9..3d1fe01 100644
--- a/build/root.build
+++ b/build/root.build
@@ -32,5 +32,11 @@ cxx{*options}: dist = true
# All exe{} in tests/ are, well, tests.
#
tests/: test.exe = true # @@ BC
-tests/exe{*}: test = true
+
+#tests/exe{*}: test = true # @@ BC
+tests/:
+{
+ exe{*}: test = true
+}
+
tests/: install = false