diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-12 17:02:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-12 17:02:53 +0200 |
commit | 7735de550303eda1bac3cd6ebf891fb01c9efdcb (patch) | |
tree | 199f80450a0b61aba35d0352744b892e62d533af /tests | |
parent | c27ab3a52817ac9964c9d710676f927df1945079 (diff) |
Use exe{*}:test instead of text.exe
Diffstat (limited to 'tests')
-rw-r--r-- | tests/build/root.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index 672eda8..4bf103e 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -7,4 +7,4 @@ cxx.std = 11 # Every exe{} in this subproject is by default a test. # -test.exe = true +exe{*}: test = true |