From 32febda57ff5d2a91b63400b85089064c0e20448 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Apr 2016 16:38:22 +0200 Subject: Change text.exe to exe{*}:test (BC change) --- build/root.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/root.build b/build/root.build index 0b176cc..ebc156b 100644 --- a/build/root.build +++ b/build/root.build @@ -14,5 +14,6 @@ cxx.poptions =+ -I$out_root -I$src_root # All exe{} in tests/ are, well, tests. Don't install them. # -tests/: test.exe = true +tests/: test.exe = true # @@ BC +tests/exe{*}: test = true tests/: install = false -- cgit v1.1