diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 10:01:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 10:01:48 +0200 |
commit | ab616aa06552ff0ded7c600d7fde84e60b9504b3 (patch) | |
tree | 5e4424c57a4c4fccbb794fe9bbaf80530cd40551 /build | |
parent | 807bb530ecf6cde6c13956a20f64db32e86b892e (diff) |
Remove backwards-compatibility kludges
Diffstat (limited to '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 |