diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-01 22:13:31 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-01 22:13:31 +0000 |
commit | 52fcc293b7dfa9f009ea8d98eebeaa6213af3666 (patch) | |
tree | 93c949c252ee43b999aa6fd781a2fcbf30a5a295 | |
parent | adde 19.2,19.3,19.6,19.7,20.8,20.9 and 20.12 (diff) | |
download | mutator-52fcc293b7dfa9f009ea8d98eebeaa6213af3666.tar.gz mutator-52fcc293b7dfa9f009ea8d98eebeaa6213af3666.zip |
now used the compile command database for the misrac tdd tests
Diffstat (limited to '')
-rwxr-xr-x | mutator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |