aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
blob: c560633b8b13fbce3693925d6c097b8202ef2980 (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.sh &
sleep 1

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

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