aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.build1
-rw-r--r--build/root.build7
2 files changed, 8 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 4dd58c5..199bd03 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -4,3 +4,4 @@
project = libbutl
using config
+using test
diff --git a/build/root.build b/build/root.build
index 10922ee..4f10ff1 100644
--- a/build/root.build
+++ b/build/root.build
@@ -10,3 +10,10 @@ txx.ext = txx
cxx.ext = cxx
cxx.std = 14
+
+# All exe{} in tests/ are, well, tests.
+#
+tests/:
+{
+ test.exe = true
+}