diff options
Diffstat (limited to 'tests/actions/addon/projects/autofetch/xmake.lua')
| -rw-r--r-- | tests/actions/addon/projects/autofetch/xmake.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/actions/addon/projects/autofetch/xmake.lua b/tests/actions/addon/projects/autofetch/xmake.lua new file mode 100644 index 000000000..75c909904 --- /dev/null +++ b/tests/actions/addon/projects/autofetch/xmake.lua @@ -0,0 +1,8 @@ +-- 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") + +target("test") + set_kind("phony") |
