From 7ffcc9f8e2a98d63f7f6880b9a3e4553439583c6 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 11 Aug 2026 23:45:05 +0800 Subject: add global modules and rewrite addon tests --- tests/actions/addon/custom-include/addon.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/actions/addon/custom-include/addon.lua (limited to 'tests/actions/addon/custom-include/addon.lua') diff --git a/tests/actions/addon/custom-include/addon.lua b/tests/actions/addon/custom-include/addon.lua new file mode 100644 index 000000000..71d01b5c2 --- /dev/null +++ b/tests/actions/addon/custom-include/addon.lua @@ -0,0 +1,2 @@ +addon("custom-include") + set_description("the addon which provides a custom includes file") -- cgit v1.3.1