summaryrefslogtreecommitdiff
path: root/tests/actions/test/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/actions/test/xmake.lua')
-rw-r--r--tests/actions/test/xmake.lua2
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")