-Test.sh updated: quits on compile error, auto-cleans the build files for total rebuild.

main
Harry van Haaren 2013-09-15 16:53:04 +01:00
parent f30b22bdab
commit 61cee7a46d
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@
# lcov scrapes .gcov files into lcov.info
# genhtml produces index.html from lcov.info
set -e
rm -r testBuild/src/
tup upd testBuild/
cd testBuild/
./luppp