From 02d2afee7e161f69e38900e60f191186262cbb8c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 4 Feb 2012 20:49:07 +1000 Subject: Move the predefined Lua stuff into the new LSL.lua module, then actualy use it. --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index e32d6a8..52a9561 100755 --- a/test.sh +++ b/test.sh @@ -8,7 +8,8 @@ wd=$(pwd) echo "_______________ TESTING LuaSL _______________" cd $wd/LuaSL/testLua -export LUA_SOPATH='../../libraries/luaproc/' +export LUA_PATH="$wd/LuaSL/src/?.lua" +export LUA_SOPATH='../../libraries/luaproc/' export LD_LIBRARY_PATH="../../libraries/luajit-2.0/src:$LD_LIBRARY_PATH" -- cgit v1.1