summaryrefslogtreecommitdiff
path: root/tests/actions/test/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/actions/test/test.lua')
-rw-r--r--tests/actions/test/test.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/actions/test/test.lua b/tests/actions/test/test.lua
new file mode 100644
index 000000000..45ce0b914
--- /dev/null
+++ b/tests/actions/test/test.lua
@@ -0,0 +1,4 @@
+function main(t)
+ os.exec("xmake test")
+end
+