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

reset

wd=$(pwd)

./build.lua || exit

echo "_______________ TESTING extantz, love and LuaSL _______________"
bin/LuaSL & sleep 2 && bin/love & sleep 1 && bin/extantz &
sleep 30

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