summaryrefslogtreecommitdiff
path: root/tests/projects/xmake_cli/hello/src/lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-22 23:23:37 +0800
committerruki <[email protected]>2020-04-22 14:21:42 +0800
commit9407f3893ca3f71578febcabdf6a022a80dae209 (patch)
treeed5e08bf206b406028b840a7f036af4c9a4d96c7 /tests/projects/xmake_cli/hello/src/lua
parent8567065df7d23e7c51880d1e36a9895a13cd4b89 (diff)
add lni module
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