diff options
| author | ruki <[email protected]> | 2023-10-13 22:35:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-10-13 22:35:47 +0800 |
| commit | cab174afcbf6bfbb1f4cfd446406e95d4e3b00fa (patch) | |
| tree | 4ba970fa61011f0ab603c4ef5ec64da286a659c8 /tests/apis | |
| parent | 654050350b33b0f2dc6d472404b14ddd9795592c (diff) | |
improve includes
Diffstat (limited to 'tests/apis')
| -rw-r--r-- | tests/apis/check_xxx/xmake.lua | 9 |
1 files changed, 1 insertions, 8 deletions
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") |
