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 67223bc79..d8de81f9a 100644 --- a/tests/actions/test/xmake.lua +++ b/tests/actions/test/xmake.lua @@ -41,7 +41,7 @@ target("test_15") set_kind("binary") set_default(false) add_files("src/test_1.cpp") - add_tests("stub_n", {files = "tests/stub_n*.cpp", defines = "STUB_N"}) + add_tests("stub_n", {realtime_output = true, files = "tests/stub_n*.cpp", defines = "STUB_N"}) target("test_timeout") set_kind("binary") |
