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

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