From b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 20 Apr 2014 10:21:59 +1000 Subject: Clean up all the build and test scripts to be similar, and not have the EFL directory hard coded. --- test.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index ecafc69..1b77b42 100755 --- a/test.sh +++ b/test.sh @@ -8,7 +8,12 @@ wd=$(pwd) echo "_______________ TESTING extantz _______________" cd $wd/ClientHamr/extantz -./extantz & +./test.sh & +sleep 1 + +echo "_______________ TESTING GuiLua _______________" +cd $wd/ClientHamr/GuiLua +./test.sh & sleep 1 echo "_______________ TESTING LuaSL _______________" -- cgit v1.1