diff options
Diffstat (limited to 'tests/actions/addon/projects/autofetch-badname/xmake.lua')
| -rw-r--r-- | tests/actions/addon/projects/autofetch-badname/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/actions/addon/projects/autofetch-badname/xmake.lua b/tests/actions/addon/projects/autofetch-badname/xmake.lua index 0d94cf61c..ffbf6cbe4 100644 --- a/tests/actions/addon/projects/autofetch-badname/xmake.lua +++ b/tests/actions/addon/projects/autofetch-badname/xmake.lua @@ -1,2 +1,5 @@ +-- the `addon` name is reserved for the addon references +add_addons("addon") + target("test") set_kind("phony") |
