diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/actions/test/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/actions/test/xmake.lua b/tests/actions/test/xmake.lua index 4823ca5da..641b4c764 100644 --- a/tests/actions/test/xmake.lua +++ b/tests/actions/test/xmake.lua @@ -17,4 +17,4 @@ target("test_10") set_kind("binary") set_default(false) add_files("src/compile.cpp") - add_tests("compile", {build_only = true}) + add_tests("compile", {build_should_fail = true}) |
