aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-01-02 23:59:50 +1000
committerDavid Walter Seikel2016-01-02 23:59:50 +1000
commit57a36a84c91d3d69550c57e3de4decc2c7a6e427 (patch)
treebc7fb1c233876e342e72db303db882fb0367f065 /test.sh
parentDocumentation about how we could interact with web browsers. (diff)
downloadSledjHamr-57a36a84c91d3d69550c57e3de4decc2c7a6e427.zip
SledjHamr-57a36a84c91d3d69550c57e3de4decc2c7a6e427.tar.gz
SledjHamr-57a36a84c91d3d69550c57e3de4decc2c7a6e427.tar.bz2
SledjHamr-57a36a84c91d3d69550c57e3de4decc2c7a6e427.tar.xz
Rejig the build, test, and kill scripts a little bit.
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/test.sh b/test.sh
index 2c4204c..ed86835 100755
--- a/test.sh
+++ b/test.sh
@@ -4,11 +4,14 @@ reset
4 4
5wd=$(pwd) 5wd=$(pwd)
6 6
7./killem.sh
8sleep 1
9
7./build.lua || exit 10./build.lua || exit
8 11
9echo "_______________ TESTING extantz, love and LuaSL _______________" 12echo "_______________ TESTING extantz, love and LuaSL _______________"
10./extantz & 13./LuaSL & sleep 2 && ./love & sleep 1 && ./extantz &
11sleep 1 14sleep 30
12 15
13echo "_______________ TESTING GuiLua _______________" 16echo "_______________ TESTING GuiLua _______________"
14cd $wd/src/GuiLua 17cd $wd/src/GuiLua