aboutsummaryrefslogtreecommitdiff
path: root/build/root.build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-24 16:46:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-24 16:46:47 +0200
commitaa2713da116ef8bdde43752e8abed9f2e568d57c (patch)
tree77e4bb3481f8f8f8d90607388c6e9265857001d7 /build/root.build
parente2d759fce9ff5e5886064ec693af54fe598773ff (diff)
Update for new build2
Diffstat (limited to 'build/root.build')
-rw-r--r--build/root.build7
1 files changed, 7 insertions, 0 deletions
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
+}