aboutsummaryrefslogtreecommitdiff
path: root/tests/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.lua')
-rwxr-xr-xtests/test.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test.lua b/tests/test.lua
index 2b53b92..423fb5b 100755
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -26,8 +26,11 @@ do
26 end 26 end
27end 27end
28 28
29local V = _VERSION:gsub("^.*(%d+)%.(%d+)$", "%1%2")
30
29print( "testing Lua API ..." ) 31print( "testing Lua API ..." )
30package.path = "../?.lua;"..package.path 32package.path = "../?.lua;"..package.path
33package.cpath = "./?-"..V..".so;./?-"..V..".dll;./?.so;./?.dll"
31require("compat53") 34require("compat53")
32 35
33___'' 36___''