aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua
index f2094b9..8adad1a 100755
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -42,7 +42,7 @@ if arg[1] == "module" then
42end 42end
43 43
44 44
45package.path = "../?.lua;../?/init.lua;"..package.path 45package.path = "../?.lua;../?/init.lua"
46package.cpath = "./?-"..V..".so;./?-"..V..".dll;./?.so;./?.dll" 46package.cpath = "./?-"..V..".so;./?-"..V..".dll;./?.so;./?.dll"
47if mode == "module" then 47if mode == "module" then
48 print("testing Lua API using `compat53.module` ...") 48 print("testing Lua API using `compat53.module` ...")