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 | af21d875f6648b84296be29d5aee07973c95da4d (patch) | |
tree | 58678db6faaff659a1079a15c1a3074961382b98 | |
parent | 7513c4f9ad34239baa79df07e9620e9db8247884 (diff) |
Backwards-compatibility fixes
-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 f939bff..eed5fe6 100644 --- a/build/root.build +++ b/build/root.build @@ -14,5 +14,11 @@ cxx.std = 11 # All exe{} in tests/ are, well, tests. Don't install them. # tests/: test.exe = true # @@ BC -tests/exe{*}: test = true + +#tests/exe{*}: test = true # @@ BC +tests/: +{ + exe{*}: test = true +} + tests/: install = false |