aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-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