From 26df7205616dbcf80b60c1ed3c04ebea26975fe9 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 21 Apr 2014 18:28:19 +1000 Subject: Convert LuaSL to use LumbrJack. --- test.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index 1b77b42..7d2ab31 100755 --- a/test.sh +++ b/test.sh @@ -4,7 +4,7 @@ reset wd=$(pwd) -./build.sh || exit +./build.lua || exit echo "_______________ TESTING extantz _______________" cd $wd/ClientHamr/extantz @@ -21,9 +21,7 @@ echo "_______________ TESTING LuaSL _______________" killall -KILL LuaSL cd $wd/LuaSL/testLua export LUA_PATH="$wd/LuaSL/src/?.lua" -export LUA_SOPATH='../../libraries/luaproc/' -export LD_LIBRARY_PATH="../../libraries/luajit-2.0/src:$LD_LIBRARY_PATH" -export EINA_LOG_LEVELS="eo:2,ecore:2,ecore_con:2" +export LD_LIBRARY_PATH="../../libraries:$LD_LIBRARY_PATH" case $@ in -- cgit v1.1