summaryrefslogtreecommitdiff
path: root/build/root.build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-09-01 02:35:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-09-01 02:35:39 +0300
commit5c396d4dd3a6e2528147b55fc35b86cbcbc93524 (patch)
tree286df8113e4e540c7ef91b9bf61b72eee7d75eac /build/root.build
parent16baffec18b12038f37739a41b860fdf76213be6 (diff)
Build infrastructure update
Diffstat (limited to 'build/root.build')
-rw-r--r--build/root.build7
1 files changed, 6 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index 4d7fd53..51c13ed 100644
--- a/build/root.build
+++ b/build/root.build
@@ -3,4 +3,9 @@
using c
-test/: install = false # Don't install tests.
+h{*}: extension = h
+c{*}: extension = c
+
+# All exe{} in test/ are, well, tests.
+#
+test/exe{*}: test = true