From 032009dac0448687ed001a67b40e1f02f9bd90d6 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 19 Nov 2016 16:30:42 +0330 Subject: minor change in the clean command and where build artefacts and outputs are stored. --- mutator.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mutator.sh') diff --git a/mutator.sh b/mutator.sh index 0bf7e35..6826ff2 100755 --- a/mutator.sh +++ b/mutator.sh @@ -64,7 +64,11 @@ if [[ "$COMMAND" == "clean" ]]; then echo "Running make clean..." echo "Killing all mutants..." "make" clean - rm "$OUTPUT" + rm ./test/"$OUTPUT" + rm ./test/misra-log + rm ./test/medium.c + rm ./test/mutant_format.c + rm ./test/mutant-lvl1.c elif [[ "$COMMAND" == "format" ]]; then echo 'using clang-format to format the mutant...' "/home/bloodstalker/llvm-clang/build/bin/clang-format" $OUTPUT > $OUTPUT_FORMAT -- cgit v1.2.3