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
commitda4a58e4b95da3c64aff46004746975aa2eb6205 (patch)
tree1b7d0f8c07f1c564f9d58a4877b4fd9931b02ed8 /build
parent0048f00ad1fabbdad8ed51287c70a9a90acb3c14 (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 57a3d82..f939bff 100644
--- a/build/root.build
+++ b/build/root.build
@@ -13,5 +13,6 @@ cxx.std = 11
# 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