diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-14 06:05:57 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-14 06:05:57 +0000 |
commit | e09e7b5a82c688f4b45c82be6563d2281067de5f (patch) | |
tree | 06e37b80b736d8adae00a6e963d7008a53ffc22a /extra-tools/precommitTests.sh | |
parent | now you can run the precommit tests with the driver (diff) | |
download | mutator-e09e7b5a82c688f4b45c82be6563d2281067de5f.tar.gz mutator-e09e7b5a82c688f4b45c82be6563d2281067de5f.zip |
now cleans before exit
Diffstat (limited to 'extra-tools/precommitTests.sh')
-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 |