From 3ffd8fdf5f2348472fb5f9868e162c6c8588308e 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(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index 131bea9..2d371b9 100644 --- a/build/root.build +++ b/build/root.build @@ -31,5 +31,6 @@ cxx{*options}: dist = true # All exe{} in tests/ are, well, tests. # -tests/: test.exe = true +tests/: test.exe = true # @@ BC +tests/exe{*}: test = true tests/: install = false -- cgit v1.1