diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test.lua | 2 |
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") | |||
37 | if jit then V = "jit" end | 37 | if jit then V = "jit" end |
38 | 38 | ||
39 | print( "testing Lua API ..." ) | 39 | print( "testing Lua API ..." ) |
40 | package.path = "../?.lua;"..package.path | 40 | package.path = "../?.lua;../?/init.lua;"..package.path |
41 | package.cpath = "./?-"..V..".so;./?-"..V..".dll;./?.so;./?.dll" | 41 | package.cpath = "./?-"..V..".so;./?-"..V..".dll;./?.so;./?.dll" |
42 | require("compat53") | 42 | require("compat53") |
43 | 43 | ||