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