summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-21 13:34:07 +0800
committerGitHub <[email protected]>2025-10-21 13:34:07 +0800
commit9ffb45218db042ff231057bd6c9e07445d4dff88 (patch)
tree1111c6a6b203dcbb22380f503661ad0d02ccbcb5 /tests
parent405221a5f79cda33cab7df2694a3ee818d188168 (diff)
parent75b151516891d2ef7a56a24fd0938e415d398627 (diff)
Merge pull request #6952 from xmake-io/tests
add realtime_output for tests #6947
Diffstat (limited to 'tests')
-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")