Changeset

470:2f9d42fdeffa

Also look for binary modules in the parent directory when running tests
author Matthew Wild <mwild1@gmail.com>
date Sat, 29 Nov 2008 03:49:46 +0000
parents 469:72683281cbc4
children 471:727d7bd97cd2 486:34c84134585d
files tests/test.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"