summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/actions/test/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/test/main.lua b/xmake/actions/test/main.lua
index 46459d648..7dcf3201c 100644
--- a/xmake/actions/test/main.lua
+++ b/xmake/actions/test/main.lua
@@ -536,7 +536,7 @@ function get_tests()
target_new:remove("files", file)
end
if extra.kind then
- target_new:set("kind", kind)
+ target_new:set("kind", extra.kind)
end
if extra.frameworks then
target_new:add("frameworks", extra.frameworks)