aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index b9455c0..4f34b18 100755
--- a/test.sh
+++ b/test.sh
@@ -6,6 +6,11 @@ wd=$(pwd)
6 6
7./build.sh || exit 7./build.sh || exit
8 8
9echo "_______________ TESTING extantz _______________"
10cd $wd/ClientHamr/extantz
11./extantz &
12sleep 1
13
9echo "_______________ TESTING LuaSL _______________" 14echo "_______________ TESTING LuaSL _______________"
10# Kill any left overs. 15# Kill any left overs.
11killall -KILL LuaSL 16killall -KILL LuaSL
@@ -26,8 +31,10 @@ case $@ in
26 ;; 31 ;;
27 32
28 *) 33 *)
34 echo "_______________ STARTING LuaSL _______________"
29 ../LuaSL & 35 ../LuaSL &
30 sleep 1 36 sleep 1
37 echo "_______________ STARTING LuaSL_test _______________"
31 ../LuaSL_test 38 ../LuaSL_test
32 ;; 39 ;;
33 40