From 9c628664563a167a3c6e57d28b0de914388a802c 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(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index ebc156b..9ed207f 100644 --- a/build/root.build +++ b/build/root.build @@ -15,5 +15,11 @@ cxx.poptions =+ -I$out_root -I$src_root # 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 -- cgit v1.1