aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-14 06:05:57 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-14 06:05:57 +0000
commite09e7b5a82c688f4b45c82be6563d2281067de5f (patch)
tree06e37b80b736d8adae00a6e963d7008a53ffc22a /extra-tools
parentnow you can run the precommit tests with the driver (diff)
downloadmutator-e09e7b5a82c688f4b45c82be6563d2281067de5f.tar.gz
mutator-e09e7b5a82c688f4b45c82be6563d2281067de5f.zip
now cleans before exit
Diffstat (limited to 'extra-tools')
-rwxr-xr-xextra-tools/precommitTests.sh4
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