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 83e174e..664cfa6 100755
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -37,7 +37,7 @@ local V = _VERSION:gsub("^.*(%d+)%.(%d+)$", "%1%2")
37if jit then V = "jit" end 37if jit then V = "jit" end
38 38
39print( "testing Lua API ..." ) 39print( "testing Lua API ..." )
40package.path = "../?.lua;"..package.path 40package.path = "../?.lua;../?/init.lua;"..package.path
41package.cpath = "./?-"..V..".so;./?-"..V..".dll;./?.so;./?.dll" 41package.cpath = "./?-"..V..".so;./?-"..V..".dll;./?.so;./?.dll"
42require("compat53") 42require("compat53")
43 43