From cab174afcbf6bfbb1f4cfd446406e95d4e3b00fa Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 13 Oct 2023 22:35:47 +0800 Subject: improve includes --- tests/apis/check_xxx/xmake.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'tests') diff --git a/tests/apis/check_xxx/xmake.lua b/tests/apis/check_xxx/xmake.lua index a5c748414..c68f71b48 100644 --- a/tests/apis/check_xxx/xmake.lua +++ b/tests/apis/check_xxx/xmake.lua @@ -1,11 +1,4 @@ -includes("check_links.lua") -includes("check_ctypes.lua") -includes("check_cflags.lua") -includes("check_cfuncs.lua") -includes("check_macros.lua") -includes("check_features.lua") -includes("check_csnippets.lua") -includes("check_cincludes.lua") +includes("@builtin/check") target("foo") set_kind("static") -- cgit v1.3.1