aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/test.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-22 15:13:38 +1000
committerDavid Walter Seikel2014-04-22 15:13:38 +1000
commitdd009ccdfd62f9153dbc72f5f5de5d5f72979690 (patch)
tree50d62438c6d47dccf82f440986919b1ed3edbbd9 /LuaSL/test.sh
parentMove most of the README's and other docs into the new docs directory. (diff)
downloadSledjHamr-dd009ccdfd62f9153dbc72f5f5de5d5f72979690.zip
SledjHamr-dd009ccdfd62f9153dbc72f5f5de5d5f72979690.tar.gz
SledjHamr-dd009ccdfd62f9153dbc72f5f5de5d5f72979690.tar.bz2
SledjHamr-dd009ccdfd62f9153dbc72f5f5de5d5f72979690.tar.xz
Move all source into the new src directory, and shuffle a few other things around.
Diffstat (limited to '')
-rwxr-xr-xsrc/LuaSL/test.sh (renamed from LuaSL/test.sh)8
1 files changed, 4 insertions, 4 deletions
diff --git a/LuaSL/test.sh b/src/LuaSL/test.sh
index 91ee412..1c26ade 100755
--- a/LuaSL/test.sh
+++ b/src/LuaSL/test.sh
@@ -4,21 +4,21 @@ wd=$(pwd)
4 4
5# Kill any left overs. 5# Kill any left overs.
6killall -KILL LuaSL 6killall -KILL LuaSL
7export LUA_PATH="$wd/?.lua" 7export LUA_PATH="$wd/../../libraries/?.lua"
8 8
9case $@ in 9case $@ in
10 10
11 ddd) 11 ddd)
12 ddd ./LuaSL 12 ddd ../../LuaSL
13 ;; 13 ;;
14 14
15 gdb) 15 gdb)
16 gdb ./LuaSL 16 gdb ../../LuaSL
17 ;; 17 ;;
18 18
19 *) 19 *)
20 echo "_______________ STARTING LuaSL _______________" 20 echo "_______________ STARTING LuaSL _______________"
21 ./LuaSL & 21 ../../LuaSL &
22 sleep 1 22 sleep 1
23 echo "_______________ STARTING LuaSL_test _______________" 23 echo "_______________ STARTING LuaSL_test _______________"
24 ./LuaSL_test 24 ./LuaSL_test