From ab616aa06552ff0ded7c600d7fde84e60b9504b3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 10:01:48 +0200 Subject: Remove backwards-compatibility kludges --- build/root.build | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index 1b4982c..8550239 100644 --- a/build/root.build +++ b/build/root.build @@ -13,12 +13,5 @@ cxx{*}: extension = cxx # All exe{} in tests/ are, well, tests. Don't install them. # -tests/: test.exe = true # @@ BC - -#tests/exe{*}: test = true # @@ BC -tests/: -{ - exe{*}: test = true -} - +tests/exe{*}: test = true tests/: install = false -- cgit v1.1