aboutsummaryrefslogtreecommitdiff
path: root/build/root.build
diff options
context:
space:
mode:
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