summaryrefslogtreecommitdiff
path: root/tests/modules/hello/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-20 00:42:05 +0800
committerruki <[email protected]>2017-05-20 00:42:05 +0800
commitce27b8d4dfae08a01f473e7a5cfbb94f6e79c967 (patch)
tree76cb0f63a16787f920c3dac016ad7b6f5c2d7250 /tests/modules/hello/test.lua
parentc6876982657c8bf65b7e2a05fc1206b3aacc0ff8 (diff)
improve test script
Diffstat (limited to 'tests/modules/hello/test.lua')
-rwxr-xr-xtests/modules/hello/test.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/modules/hello/test.lua b/tests/modules/hello/test.lua
new file mode 100755
index 000000000..431a82072
--- /dev/null
+++ b/tests/modules/hello/test.lua
@@ -0,0 +1,4 @@
+function main()
+
+ print("hello")
+end