aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 21:58:59 +1000
committerDavid Walter Seikel2013-01-13 21:58:59 +1000
commita99f8af9b6980508419b5547ed2958b075530063 (patch)
tree7f0567f3e8038578b38966e5f29b70b544cf0b07 /test.sh
parentInit ecore as well, since the example does it. (diff)
downloadSledjHamr-a99f8af9b6980508419b5547ed2958b075530063.zip
SledjHamr-a99f8af9b6980508419b5547ed2958b075530063.tar.gz
SledjHamr-a99f8af9b6980508419b5547ed2958b075530063.tar.bz2
SledjHamr-a99f8af9b6980508419b5547ed2958b075530063.tar.xz
Shut up the new eo bitching.
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 4f34b18..5a1e02c 100755
--- a/test.sh
+++ b/test.sh
@@ -18,7 +18,7 @@ cd $wd/LuaSL/testLua
18export LUA_PATH="$wd/LuaSL/src/?.lua" 18export LUA_PATH="$wd/LuaSL/src/?.lua"
19export LUA_SOPATH='../../libraries/luaproc/' 19export LUA_SOPATH='../../libraries/luaproc/'
20export LD_LIBRARY_PATH="../../libraries/luajit-2.0/src:$LD_LIBRARY_PATH" 20export LD_LIBRARY_PATH="../../libraries/luajit-2.0/src:$LD_LIBRARY_PATH"
21export EINA_LOG_LEVELS="ecore:2,ecore_con:2" 21export EINA_LOG_LEVELS="eo:2,ecore:2,ecore_con:2"
22 22
23case $@ in 23case $@ in
24 24