From 8d6ef1df3855daca2cb0cab27ce443816dba2d2b Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 29 Nov 2008 03:49:46 +0000 Subject: Also look for binary modules in the parent directory when running tests --- tests/test.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test.lua') diff --git a/tests/test.lua b/tests/test.lua index 33af3e98..19aa8389 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -9,6 +9,7 @@ end local verbosity = tonumber(arg[1]) or 2; package.path = package.path..";../?.lua"; +package.cpath = package.cpath..";../?.so"; require "util.import" -- cgit v1.2.3