aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/test.sh b/test.sh
index 2c4204c..ed86835 100755
--- a/test.sh
+++ b/test.sh
@@ -4,11 +4,14 @@ reset
4 4
5wd=$(pwd) 5wd=$(pwd)
6 6
7./killem.sh
8sleep 1
9
7./build.lua || exit 10./build.lua || exit
8 11
9echo "_______________ TESTING extantz, love and LuaSL _______________" 12echo "_______________ TESTING extantz, love and LuaSL _______________"
10./extantz & 13./LuaSL & sleep 2 && ./love & sleep 1 && ./extantz &
11sleep 1 14sleep 30
12 15
13echo "_______________ TESTING GuiLua _______________" 16echo "_______________ TESTING GuiLua _______________"
14cd $wd/src/GuiLua 17cd $wd/src/GuiLua