summaryrefslogtreecommitdiff
path: root/tests/actions/addon/custom-include/includes/check/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/actions/addon/custom-include/includes/check/xmake.lua')
-rw-r--r--tests/actions/addon/custom-include/includes/check/xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/actions/addon/custom-include/includes/check/xmake.lua b/tests/actions/addon/custom-include/includes/check/xmake.lua
new file mode 100644
index 000000000..953f7ba73
--- /dev/null
+++ b/tests/actions/addon/custom-include/includes/check/xmake.lua
@@ -0,0 +1,4 @@
+option("myoption")
+ set_default(true)
+ set_description("The option of the custom-include addon.")
+print("custom-include: includes check is loaded")