aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-30 09:30:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-30 10:00:35 +0200
commit3dea3352e4cd414f01ae3d3b2215d6b0f1348d32 (patch)
tree899581ab605700450c5ca40e32e1ff37b3e9212d /build
parentf89d2c16c1dad9b8d2f3b0e402a47e30521f5a69 (diff)
Remove backwards-compatibility kludges
Diffstat (limited to 'build')
-rw-r--r--build/root.build9
1 files changed, 1 insertions, 8 deletions
diff --git a/build/root.build b/build/root.build
index 0851534..fd751bc 100644
--- a/build/root.build
+++ b/build/root.build
@@ -15,12 +15,5 @@ cxx.poptions =+ -I$out_root -I$src_root
# All exe{} in tests/ are, well, tests. Don't install them.
#
-tests/: test.exe = true # @@ BC
-
-#tests/exe{*}: test = true # @@ BC
-tests/:
-{
- exe{*}: test = true
-}
-
+tests/exe{*}: test = true
tests/: install = false