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
commita2f8d78ae80be6a1567aef398dbee0e786fe33db (patch)
treed2394bdc2c1cfd8e4972086daf5ef15ea9167102
parentb10d71db702f7cbdae8c3e38593085f718770de2 (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 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