From 9407f3893ca3f71578febcabdf6a022a80dae209 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 22 Apr 2020 23:23:37 +0800 Subject: add lni module --- tests/projects/xmake_cli/hello/src/lua/main.lua | 3 +++ 1 file changed, 3 insertions(+) (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 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 -- cgit v1.3.1