summaryrefslogtreecommitdiff
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
parent9d420f0c0e112fe200823183a645bd076174c5ab (diff)
update name
m---------core/src/tbox/tbox0
-rw-r--r--tests/actions/test/xmake.lua2
2 files changed, 1 insertions, 1 deletions
diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox
-Subproject 2af728a23ec4c16c5178047ce59ce0cd11accb3
+Subproject d5c53e891e59a21445510bd16c43d615c18b357
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")