summaryrefslogtreecommitdiff
path: root/tests/projects/xmake_cli/hello/src/lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/xmake_cli/hello/src/lua')
-rw-r--r--tests/projects/xmake_cli/hello/src/lua/main.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/xmake_cli/hello/src/lua/main.lua b/tests/projects/xmake_cli/hello/src/lua/main.lua
index 1ce83e728..26ba586a2 100644
--- a/tests/projects/xmake_cli/hello/src/lua/main.lua
+++ b/tests/projects/xmake_cli/hello/src/lua/main.lua
@@ -1,5 +1,8 @@
import("core.base.option")
+import("lib.lni.test")
+
function main ()
+ print(test)
print("hello xmake!")
local argv = option.get("arguments")
if argv then