aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-20 10:21:59 +1000
committerDavid Walter Seikel2014-04-20 10:21:59 +1000
commitb6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c (patch)
tree7be597a8ee91f1040c1e47e5a7abec4a91c5f728 /test.sh
parentMake the window command a Thing. (diff)
downloadSledjHamr-b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c.zip
SledjHamr-b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c.tar.gz
SledjHamr-b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c.tar.bz2
SledjHamr-b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c.tar.xz
Clean up all the build and test scripts to be similar, and not have the EFL directory hard coded.
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 _______________"