From 4bf32fa136d021876827a56d92e0695774107ef7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 10:53:04 +0200 Subject: Remove backwards-compatibility kludges --- build/root.build | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'build/root.build') diff --git a/build/root.build b/build/root.build index 5a452d9..1245c9f 100644 --- a/build/root.build +++ b/build/root.build @@ -32,12 +32,5 @@ cxx{*options}: dist = true # All exe{} in tests/ are, well, tests. # -tests/: test.exe = true # @@ BC - -#tests/exe{*}: test = true # @@ BC -tests/: -{ - exe{*}: test = true -} - +tests/exe{*}: test = true tests/: install = false -- cgit v1.1