aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-12 10:53:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-12 10:58:19 +0200
commit33ed305eac57bff406fa3f672ba8acc4941e8f13 (patch)
tree39813e793480f21b7c267c121a197a7a64f805f6 /build
parent11b841ef5b26e25500fa4d464f216dc982ed7338 (diff)
Don't by default treat exe{} in tests/ as tests
Diffstat (limited to 'build')
-rw-r--r--build/root.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/root.build b/build/root.build
index 78e3abd..e68dad4 100644
--- a/build/root.build
+++ b/build/root.build
@@ -27,9 +27,8 @@ if! $cli.configured
cli{*}: extension = cli
}
-# All exe{} in tests/ and unit-tests/ are, well, tests.
+# All exe{} in unit-tests/ are, well, tests.
#
-tests/exe{*}: test = true
unit-tests/exe{*}: test = true
# Specify the test target for cross-testing.