From 27357d3836b34f2ac6b894aafd2faf542e6e13eb 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/root.build') 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 -- cgit v1.1