aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-26 22:42:51 +1000
committerDavid Walter Seikel2014-05-26 22:42:51 +1000
commita9465a5354f913b62658a3d020f1a9cec8b16328 (patch)
tree98b14aafd4bf443b9cd3fa0c0f17715322b01631 /test.sh
parentEvas_3D got released, YAY! (diff)
downloadSledjHamr-a9465a5354f913b62658a3d020f1a9cec8b16328.zip
SledjHamr-a9465a5354f913b62658a3d020f1a9cec8b16328.tar.gz
SledjHamr-a9465a5354f913b62658a3d020f1a9cec8b16328.tar.bz2
SledjHamr-a9465a5354f913b62658a3d020f1a9cec8b16328.tar.xz
Update the test script.
Diffstat (limited to 'test.sh')
-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