From 33ed305eac57bff406fa3f672ba8acc4941e8f13 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 12 Jan 2017 10:53:10 +0200 Subject: Don't by default treat exe{} in tests/ as tests --- build/root.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build') 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. -- cgit v1.1