aboutsummaryrefslogtreecommitdiffstats
path: root/mutator.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-11-25 00:18:39 +0000
committerbloodstalker <thabogre@gmail.com>2016-11-25 00:18:39 +0000
commit471213a23270db90792d904f3e0e708ef11faa9a (patch)
tree4bed8ad4a4ff33b12994c6eefb7f1bc5d98fc058 /mutator.sh
parentminor fix (diff)
downloadmutator-471213a23270db90792d904f3e0e708ef11faa9a.tar.gz
mutator-471213a23270db90792d904f3e0e708ef11faa9a.zip
cleans the ast dump aswell
Diffstat (limited to 'mutator.sh')
-rwxr-xr-xmutator.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutator.sh b/mutator.sh
index 6826ff2..2397196 100755
--- a/mutator.sh
+++ b/mutator.sh
@@ -69,6 +69,7 @@ if [[ "$COMMAND" == "clean" ]]; then
rm ./test/medium.c
rm ./test/mutant_format.c
rm ./test/mutant-lvl1.c
+ rm ./extra-tools/dump
elif [[ "$COMMAND" == "format" ]]; then
echo 'using clang-format to format the mutant...'
"/home/bloodstalker/llvm-clang/build/bin/clang-format" $OUTPUT > $OUTPUT_FORMAT