aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
blob: 2c4204c024becd4ec043bf5864a44fcc44ee2fd5 (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 _______________"
./extantz &
sleep 1

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