aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-12 16:38:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-12 16:38:22 +0200
commit3ffd8fdf5f2348472fb5f9868e162c6c8588308e (patch)
tree4e44d267b1c5f175a6a7b64082aaa5df31df2150
parentf9d6c62ec593ec743a4ec9b25d7614606d27d4fa (diff)
Change text.exe to exe{*}:test (BC change)
-rw-r--r--build/root.build3
1 files changed, 2 insertions, 1 deletions
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