diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 10:53:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 10:53:04 +0200 |
commit | 4bf32fa136d021876827a56d92e0695774107ef7 (patch) | |
tree | b594358219691847dc963607a5db9a7241557f50 /build/root.build | |
parent | 665057a9c4bb0d2ea5ca35d81cb1c22244fa7002 (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 5a452d9..1245c9f 100644 --- a/build/root.build +++ b/build/root.build @@ -32,12 +32,5 @@ cxx{*options}: dist = true # All exe{} in tests/ are, well, tests. # -tests/: test.exe = true # @@ BC - -#tests/exe{*}: test = true # @@ BC -tests/: -{ - exe{*}: test = true -} - +tests/exe{*}: test = true tests/: install = false |