aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index ecafc69..1b77b42 100755
--- a/test.sh
+++ b/test.sh
@@ -8,7 +8,12 @@ wd=$(pwd)
8 8
9echo "_______________ TESTING extantz _______________" 9echo "_______________ TESTING extantz _______________"
10cd $wd/ClientHamr/extantz 10cd $wd/ClientHamr/extantz
11./extantz & 11./test.sh &
12sleep 1
13
14echo "_______________ TESTING GuiLua _______________"
15cd $wd/ClientHamr/GuiLua
16./test.sh &
12sleep 1 17sleep 1
13 18
14echo "_______________ TESTING LuaSL _______________" 19echo "_______________ TESTING LuaSL _______________"