From f53769382d8f65c6a90a838da55287864888cfbb Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 16 Aug 2026 20:56:42 +0800 Subject: move add_addons to xmake.lua --- tests/actions/addon/projects/autofetch/xmake.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/actions/addon/projects/autofetch/xmake.lua') diff --git a/tests/actions/addon/projects/autofetch/xmake.lua b/tests/actions/addon/projects/autofetch/xmake.lua index 4eaca0785..75c909904 100644 --- a/tests/actions/addon/projects/autofetch/xmake.lua +++ b/tests/actions/addon/projects/autofetch/xmake.lua @@ -1,3 +1,6 @@ +-- the addons which this project needs, they are installed automatically +add_addons("custom-include") + -- the addon is installed automatically, so we can use its includes file here includes("@addon/custom-include/check") -- cgit v1.3.1