Also look for binary modules in the parent directory when running tests

Sat, 29 Nov 2008 03:49:46 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 29 Nov 2008 03:49:46 +0000
changeset 470
2f9d42fdeffa
parent 469
72683281cbc4
child 471
727d7bd97cd2
child 486
34c84134585d

Also look for binary modules in the parent directory when running tests

tests/test.lua file | annotate | diff | comparison | revisions
--- 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"
 

mercurial