From 56d0939297f81d8a6790e4b638ff516e4a6c3e08 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 22 Apr 2020 22:37:38 +0800 Subject: add xmake_cli/hello test --- tests/projects/xmake_cli/hello/src/lua/main.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/projects/xmake_cli/hello/src/lua/main.lua (limited to 'tests/projects/xmake_cli/hello/src/lua/main.lua') diff --git a/tests/projects/xmake_cli/hello/src/lua/main.lua b/tests/projects/xmake_cli/hello/src/lua/main.lua new file mode 100644 index 000000000..f83baddf8 --- /dev/null +++ b/tests/projects/xmake_cli/hello/src/lua/main.lua @@ -0,0 +1,3 @@ +function main () + print("hello xmake!") +end -- cgit v1.3.1