diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 17:29:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 17:29:04 +0200 |
commit | f63133a443d08fb6eade98154dfa98f70bb792ed (patch) | |
tree | 501a91beff05fb227c766e7166e5ab3ea119b337 /build | |
parent | 9e4ba972178918ca6333f279b196639c456634a2 (diff) |
Backwards-compatibility fixes
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build index 2d371b9..3d1fe01 100644 --- a/build/root.build +++ b/build/root.build @@ -32,5 +32,11 @@ cxx{*options}: dist = true # All exe{} in tests/ are, well, tests. # tests/: test.exe = true # @@ BC -tests/exe{*}: test = true + +#tests/exe{*}: test = true # @@ BC +tests/: +{ + exe{*}: test = true +} + tests/: install = false |