diff options
Diffstat (limited to 'tests/actions/addon/projects/autofetch-badinclude')
| -rw-r--r-- | tests/actions/addon/projects/autofetch-badinclude/xmake-addons.lua | 2 | ||||
| -rw-r--r-- | tests/actions/addon/projects/autofetch-badinclude/xmake.lua | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/actions/addon/projects/autofetch-badinclude/xmake-addons.lua b/tests/actions/addon/projects/autofetch-badinclude/xmake-addons.lua deleted file mode 100644 index 6931855ae..000000000 --- a/tests/actions/addon/projects/autofetch-badinclude/xmake-addons.lua +++ /dev/null @@ -1,2 +0,0 @@ --- this file only declares the addons, it cannot reference them -includes("@addon/custom-include/check") diff --git a/tests/actions/addon/projects/autofetch-badinclude/xmake.lua b/tests/actions/addon/projects/autofetch-badinclude/xmake.lua deleted file mode 100644 index 0d94cf61c..000000000 --- a/tests/actions/addon/projects/autofetch-badinclude/xmake.lua +++ /dev/null @@ -1,2 +0,0 @@ -target("test") - set_kind("phony") |
