aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
blob: 9c6f58ae43c3fccc5bfb1b1ad375dbd8cefbb13a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/bash

reset

wd=$(pwd)

./build.sh || exit

echo "_______________ TESTING LuaSL _______________"
cd $wd/LuaSL/testLua
export LUA_SOPATH='../../libraries/luaproc/' 
export LD_LIBRARY_PATH="../../libraries/luajit-2.0/src:$LD_LIBRARY_PATH"
../LuaSL