From 588e82f7ceb553340cc25135053436be4b115d20 Mon Sep 17 00:00:00 2001 From: Shiffted Date: Sun, 29 Mar 2026 06:12:16 +0200 Subject: fix setting test kind --- xmake/actions/test/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.3.1