diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 10:03:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 10:03:22 +0200 |
commit | 5c21e9a33be5b36394a7ef16a5aada056841dd85 (patch) | |
tree | 39f305939d7b50db2935cb6a4ea9aea50e60973f /build/root.build | |
parent | abce0927dcafb2ec7f48915d9596e36468d56f8f (diff) |
Remove backwards-compatibility kludges
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 9 |
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 |