aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
blob: e84ea3faa8eaa8a056e25778b92c779e33b04223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/bash

reset

wd=$(pwd)

./build.lua || exit

echo "_______________ TESTING extantz _______________"
./extantz &
sleep 1

echo "_______________ TESTING GuiLua _______________"
cd $wd/ClientHamr/GuiLua
./test.sh &
sleep 1

echo "_______________ TESTING LuaSL _______________"
cd $wd/LuaSL
./test.sh $0