From 3dea3352e4cd414f01ae3d3b2215d6b0f1348d32 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 09:30:24 +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 0851534..fd751bc 100644 --- a/build/root.build +++ b/build/root.build @@ -15,12 +15,5 @@ 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 # @@ BC -tests/: -{ - exe{*}: test = true -} - +tests/exe{*}: test = true tests/: install = false -- cgit v1.1