From 52fcc293b7dfa9f009ea8d98eebeaa6213af3666 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 2 Dec 2016 01:43:31 +0330 Subject: now used the compile command database for the misrac tdd tests --- mutator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mutator.sh') diff --git a/mutator.sh b/mutator.sh index f83104e..74f653b 100755 --- a/mutator.sh +++ b/mutator.sh @@ -86,7 +86,7 @@ elif [[ "$COMMAND" == "misrac" ]]; then echo "Removing previous XML report..." "rm" ./test/misrareport.xml echo "checking input file(s) against Misra-C 2004..." - "./mutator-lvl0" $INPUT -- > ./test/misra-log + "./mutator-lvl0" $INPUT > ./test/misra-log elif [[ "$COMMAND" == "default" ]]; then echo "Building all target executables..." "make" all -- cgit v1.2.3