summaryrefslogtreecommitdiff
path: root/tests/actions/test/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-10-07 00:41:01 +0800
committerruki <[email protected]>2023-10-07 00:41:01 +0800
commit621d6df885bc9ee832221f968ffcb07399d791fa (patch)
tree71fe231a7651cb04c616a7c2a1e1484c2ddfcfb6 /tests/actions/test/test.lua
parent0f9a73c46e1ed57158461d56662db686b42514e1 (diff)
add tests for xmake test
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
+