aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-04 20:49:07 +1000
committerDavid Walter Seikel2012-02-04 20:49:07 +1000
commit02d2afee7e161f69e38900e60f191186262cbb8c (patch)
tree2ab46040fb0376e1909ce6749219d410f20729cb /test.sh
parentAdd LSL.lua module, with the constants and functions in it. Functions are ju... (diff)
downloadSledjHamr-02d2afee7e161f69e38900e60f191186262cbb8c.zip
SledjHamr-02d2afee7e161f69e38900e60f191186262cbb8c.tar.gz
SledjHamr-02d2afee7e161f69e38900e60f191186262cbb8c.tar.bz2
SledjHamr-02d2afee7e161f69e38900e60f191186262cbb8c.tar.xz
Move the predefined Lua stuff into the new LSL.lua module, then actualy use it.
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index e32d6a8..52a9561 100755
--- a/test.sh
+++ b/test.sh
@@ -8,7 +8,8 @@ wd=$(pwd)
8 8
9echo "_______________ TESTING LuaSL _______________" 9echo "_______________ TESTING LuaSL _______________"
10cd $wd/LuaSL/testLua 10cd $wd/LuaSL/testLua
11export LUA_SOPATH='../../libraries/luaproc/' 11export LUA_PATH="$wd/LuaSL/src/?.lua"
12export LUA_SOPATH='../../libraries/luaproc/'
12export LD_LIBRARY_PATH="../../libraries/luajit-2.0/src:$LD_LIBRARY_PATH" 13export LD_LIBRARY_PATH="../../libraries/luajit-2.0/src:$LD_LIBRARY_PATH"
13 14
14 15