aboutsummaryrefslogtreecommitdiff
path: root/build
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
commit32febda57ff5d2a91b63400b85089064c0e20448 (patch)
treea7ac0c246b73d76b67f01f39ff9d1225ffbae5b7 /build
parent800c366d2a7fd84d2fb00f34487c7457b6d24035 (diff)
Change text.exe to exe{*}:test (BC change)
Diffstat (limited to 'build')
-rw-r--r--build/root.build3
1 files changed, 2 insertions, 1 deletions
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