aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-25 02:29:35 +1000
committerDavid Walter Seikel2012-01-25 02:29:35 +1000
commit3236320311f15640083c5bf420bcdeab725ff242 (patch)
tree7f8abdafad10884fbdedf919e49c8b79c1f2287b /test.sh
parentQuick and dirty testing of luaJIT+luaproc from LuaSL. (diff)
downloadSledjHamr-3236320311f15640083c5bf420bcdeab725ff242.zip
SledjHamr-3236320311f15640083c5bf420bcdeab725ff242.tar.gz
SledjHamr-3236320311f15640083c5bf420bcdeab725ff242.tar.bz2
SledjHamr-3236320311f15640083c5bf420bcdeab725ff242.tar.xz
Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lol
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/test.sh b/test.sh
index f0da24e..9c6f58a 100755
--- a/test.sh
+++ b/test.sh
@@ -7,6 +7,8 @@ wd=$(pwd)
7./build.sh || exit 7./build.sh || exit
8 8
9echo "_______________ TESTING LuaSL _______________" 9echo "_______________ TESTING LuaSL _______________"
10cd $wd/LuaSL 10cd $wd/LuaSL/testLua
11./LuaSL 11export LUA_SOPATH='../../libraries/luaproc/'
12export LD_LIBRARY_PATH="../../libraries/luajit-2.0/src:$LD_LIBRARY_PATH"
13../LuaSL
12 14