aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to '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 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