diff options
| author | ruki <[email protected]> | 2025-10-05 23:02:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-05 23:02:06 +0800 |
| commit | 21dbefdf512d2b0a7d85fb768d3484d3c19b1d51 (patch) | |
| tree | 71e6712588cb3dff8851b28e74d0642d76a674cf /tests | |
| parent | 5df788a29754bafe7da640c33cbacb1d75562871 (diff) | |
improve test to show stack
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_utils/test_build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils/test_build.lua b/tests/test_utils/test_build.lua index d32055c10..91f3a410c 100644 --- a/tests/test_utils/test_build.lua +++ b/tests/test_utils/test_build.lua @@ -2,7 +2,7 @@ local test_build = {} function test_build:build(argv) os.exec("xmake f -c -D -y") - os.exec("xmake") + os.exec("xmake -D") end function main() |
