From f63133a443d08fb6eade98154dfa98f70bb792ed Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 23 Apr 2016 17:29:04 +0200 Subject: Backwards-compatibility fixes --- build/root.build | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.1