summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2023-10-29 22:21:47 +0800
committerruki <[email protected]>2023-10-29 22:21:47 +0800
commit75307fc3b712f43a73c0b683350a308c660283e3 (patch)
treec80fb7612b6c587d81557d0ea27568e06a277065 /tests
parent9d420f0c0e112fe200823183a645bd076174c5ab (diff)
update name
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 9af72dbfe..4823ca5da 100644
--- a/tests/actions/test/xmake.lua
+++ b/tests/actions/test/xmake.lua
@@ -13,7 +13,7 @@ for _, file in ipairs(os.files("src/test_*.cpp")) do
add_tests("fail_output", {fail_outputs = {"hello2 .*", "hello xmake"}})
end
-target("test_compile")
+target("test_10")
set_kind("binary")
set_default(false)
add_files("src/compile.cpp")