test(lua): add import Lua file test

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-05-26 04:34:34 -07:00
parent 2d31c6c0b2
commit 38a826013c
2 changed files with 3 additions and 0 deletions

1
tests/lua/implua.lua Normal file
View file

@ -0,0 +1 @@
import("simple.lua")

2
tests/lua/simple.lua Normal file
View file

@ -0,0 +1,2 @@
print("hello")
x = 10