diff options
Diffstat (limited to 'extra-tools')
-rwxr-xr-x | extra-tools/precommitTests.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra-tools/precommitTests.sh b/extra-tools/precommitTests.sh index f676428..979d8a9 100755 --- a/extra-tools/precommitTests.sh +++ b/extra-tools/precommitTests.sh @@ -95,3 +95,7 @@ else printf "${Red}mutator-lvl0 C++1z smoke test failed...\n${NC}" | tee -a ./test/precommit.rep fi +printf "${Lblue}cleaning the objects and exexutables...\n${NC}" | tee -a ./test/precommit.rep +"make" clean + +printf "${Lblue}finished running all tests...\n${NC}" | tee -a ./test/precommit.rep |