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:04:31 +0200 |
commit | b75d5eb15ff6280b32ad710a5e93c7aace2a1a3e (patch) | |
tree | d063619247f764d69fca0f9c96764e8a42208f9c /tests | |
parent | aa77dc4ae82153fac535b2962ba01dbc77beb675 (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 |