diff options
Diffstat (limited to 'client/test.sh')
-rwxr-xr-x | client/test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/test.sh b/client/test.sh index cbd0184..b2ad68d 100755 --- a/client/test.sh +++ b/client/test.sh @@ -35,6 +35,7 @@ do echo -n "* Running $TEST test" echo Running $TEST test: >> $OUTPUT + cp -f $TEST_APP $TEST.bin if ./$TEST_APP 2>&1 >> $OUTPUT ; then echo -e "\r\t\t\t\t\t\t[\033[1;32mSuccess\033[0;2m]" echo "[Success]" >> $OUTPUT @@ -50,3 +51,6 @@ do rm -f $MAKEFILE $TEST_PRO $TEST_APP done +# Make sure that a 'normal' compile will compile pracro.cc +# without the TESTING flag set +touch pracro.cc |