aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-30 10:03:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-30 10:03:22 +0200
commit5c21e9a33be5b36394a7ef16a5aada056841dd85 (patch)
tree39f305939d7b50db2935cb6a4ea9aea50e60973f
parentabce0927dcafb2ec7f48915d9596e36468d56f8f (diff)
Remove backwards-compatibility kludges
-rw-r--r--build/root.build9
1 files changed, 1 insertions, 8 deletions
diff --git a/build/root.build b/build/root.build
index 1b4982c..8550239 100644
--- a/build/root.build
+++ b/build/root.build
@@ -13,12 +13,5 @@ cxx{*}: extension = cxx
# 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