aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-03-28 23:43:36 +1000
committerDavid Walter Seikel2016-03-28 23:43:36 +1000
commitc616d02cb6193e41ea6d0d1bbc98bc3b6c1b8614 (patch)
tree816e2be732bea46bd3bc773cd6df0f4623953415 /test.sh
parentMove some scripts to the bin directory. (diff)
downloadSledjHamr-c616d02cb6193e41ea6d0d1bbc98bc3b6c1b8614.zip
SledjHamr-c616d02cb6193e41ea6d0d1bbc98bc3b6c1b8614.tar.gz
SledjHamr-c616d02cb6193e41ea6d0d1bbc98bc3b6c1b8614.tar.bz2
SledjHamr-c616d02cb6193e41ea6d0d1bbc98bc3b6c1b8614.tar.xz
Move executables to the bin directory.
Diffstat (limited to '')
-rwxr-xr-xtest.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/test.sh b/test.sh
index ed86835..96a50d6 100755
--- a/test.sh
+++ b/test.sh
@@ -4,13 +4,10 @@ reset
4 4
5wd=$(pwd) 5wd=$(pwd)
6 6
7./killem.sh
8sleep 1
9
10./build.lua || exit 7./build.lua || exit
11 8
12echo "_______________ TESTING extantz, love and LuaSL _______________" 9echo "_______________ TESTING extantz, love and LuaSL _______________"
13./LuaSL & sleep 2 && ./love & sleep 1 && ./extantz & 10bin/LuaSL & sleep 2 && bin/love & sleep 1 && bin/extantz &
14sleep 30 11sleep 30
15 12
16echo "_______________ TESTING GuiLua _______________" 13echo "_______________ TESTING GuiLua _______________"