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

reset

wd=$(pwd)

./build.lua || exit

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

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

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