# HG changeset patch # User Matthew Wild # Date 1227930586 0 # Node ID 2f9d42fdeffa0b44513498db582dbe56866dd6bf # Parent 72683281cbc4fb87564eb5412f6e5ed9c63fb914 Also look for binary modules in the parent directory when running tests diff -r 72683281cbc4 -r 2f9d42fdeffa tests/test.lua --- a/tests/test.lua Sat Nov 29 03:28:07 2008 +0000 +++ b/tests/test.lua Sat Nov 29 03:49:46 2008 +0000 @@ -9,6 +9,7 @@ local verbosity = tonumber(arg[1]) or 2; package.path = package.path..";../?.lua"; +package.cpath = package.cpath..";../?.so"; require "util.import"