diff options
Diffstat (limited to '')
-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 | |||