diff options
-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 |