diff options
| author | ruki <[email protected]> | 2026-08-16 11:32:08 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-08-16 11:32:08 +0800 |
| commit | 2fa10294d414d3701fed76df6a786a0fe65c90b8 (patch) | |
| tree | 5e5de9a90decf8a22b1565157e739b00fb1aa004 /tests/actions/addon/custom-package/addon.lua | |
| parent | 65854acd5e7080dae4cac3e3b3ec1ce01e902ae7 (diff) | |
| parent | 58f6d2dd060b78afb0f1002c5586fc85dfca0629 (diff) | |
Merge pull request #7707 from xmake-io/repo
add packages test for addon
Diffstat (limited to 'tests/actions/addon/custom-package/addon.lua')
| -rw-r--r-- | tests/actions/addon/custom-package/addon.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/actions/addon/custom-package/addon.lua b/tests/actions/addon/custom-package/addon.lua new file mode 100644 index 000000000..56d8300f3 --- /dev/null +++ b/tests/actions/addon/custom-package/addon.lua @@ -0,0 +1,2 @@ +addon("custom-package") + set_description("the addon which provides a custom package") |
