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
commit27357d3836b34f2ac6b894aafd2faf542e6e13eb (patch)
tree50a0af5f470f6832f0fc88be7fb206558ac31a3e
parent856d92195c41298c9bf79ed41b23aa5c30beb257 (diff)
Backwards-compatibility fixes0.3.0
-rw-r--r--build/root.build8
1 files changed, 7 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index f939bff..eed5fe6 100644
--- a/build/root.build
+++ b/build/root.build
@@ -14,5 +14,11 @@ cxx.std = 11
# 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