diff options
author | David Walter Seikel | 2012-01-24 15:15:48 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-24 15:15:48 +1000 |
commit | 89140c61350ea40caa746f1dfe43b1c6fd446cc7 (patch) | |
tree | 634ef9f4c6e92333e3669fe8df06eae568bc66a3 | |
parent | Oops, build lemon IN the lemon tree. (diff) | |
download | SledjHamr-89140c61350ea40caa746f1dfe43b1c6fd446cc7.zip SledjHamr-89140c61350ea40caa746f1dfe43b1c6fd446cc7.tar.gz SledjHamr-89140c61350ea40caa746f1dfe43b1c6fd446cc7.tar.bz2 SledjHamr-89140c61350ea40caa746f1dfe43b1c6fd446cc7.tar.xz |
Add an overall test script.
-rwxr-xr-x | test.sh | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ | |||
1 | #! /bin/bash | ||
2 | |||
3 | reset | ||
4 | |||
5 | wd=$(pwd) | ||
6 | |||
7 | ./build.sh || exit | ||
8 | |||
9 | echo "_______________ TESTING LuaSL _______________" | ||
10 | cd $wd/LuaSL | ||
11 | ./LuaSL | ||
12 | |||