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