aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/test.sh b/test.sh
index 1b77b42..7d2ab31 100755
--- a/test.sh
+++ b/test.sh
@@ -4,7 +4,7 @@ reset
4 4
5wd=$(pwd) 5wd=$(pwd)
6 6
7./build.sh || exit 7./build.lua || exit
8 8
9echo "_______________ TESTING extantz _______________" 9echo "_______________ TESTING extantz _______________"
10cd $wd/ClientHamr/extantz 10cd $wd/ClientHamr/extantz
@@ -21,9 +21,7 @@ echo "_______________ TESTING LuaSL _______________"
21killall -KILL LuaSL 21killall -KILL LuaSL
22cd $wd/LuaSL/testLua 22cd $wd/LuaSL/testLua
23export LUA_PATH="$wd/LuaSL/src/?.lua" 23export LUA_PATH="$wd/LuaSL/src/?.lua"
24export LUA_SOPATH='../../libraries/luaproc/' 24export LD_LIBRARY_PATH="../../libraries:$LD_LIBRARY_PATH"
25export LD_LIBRARY_PATH="../../libraries/luajit-2.0/src:$LD_LIBRARY_PATH"
26export EINA_LOG_LEVELS="eo:2,ecore:2,ecore_con:2"
27 25
28case $@ in 26case $@ in
29 27