aboutsummaryrefslogtreecommitdiff
path: root/build/root.build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-30 18:06:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-30 18:06:41 +0200
commitf76833097e9b02dd1a7ec09d3f467bb3480262a7 (patch)
tree4deb54aec4c0e82a3be348706a9566ce7a695419 /build/root.build
parentf26a94d4895cdaeecddf01d923b9c65547ac9d27 (diff)
Add support for install
Diffstat (limited to 'build/root.build')
-rw-r--r--build/root.build8
1 files changed, 3 insertions, 5 deletions
diff --git a/build/root.build b/build/root.build
index 4f10ff1..3cb7483 100644
--- a/build/root.build
+++ b/build/root.build
@@ -11,9 +11,7 @@ cxx.ext = cxx
cxx.std = 14
-# All exe{} in tests/ are, well, tests.
+# All exe{} in tests/ are, well, tests. Don't install them.
#
-tests/:
-{
- test.exe = true
-}
+tests/: test.exe = true
+tests/: install = false