diff options
author | bloodstalker <thabogre@gmail.com> | 2020-03-09 20:17:26 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-03-09 20:17:26 +0000 |
commit | 71b69bce18bae3863a8033d0d5228fc3dca203ab (patch) | |
tree | 9e6c8986d6a3879d18fce212c7eeb83721e59dc9 /m0/run.sh | |
parent | readme update [ci skip] (diff) | |
download | mutator-71b69bce18bae3863a8033d0d5228fc3dca203ab.tar.gz mutator-71b69bce18bae3863a8033d0d5228fc3dca203ab.zip |
mostly bug fixes for the misra-c rule checker
Diffstat (limited to 'm0/run.sh')
-rwxr-xr-x | m0/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -./mutator-lvl0 --jsonout ./report.json --xmlout ./report.xml --mutagenout ./mutagen.xml -MCEA -MCD="5.1 5.2 5.3 5.4 5.5 5.6 5.7" -SysHeader=false -MainOnly=true -MCV=C2 -mutagen ../test/testFuncs1.c ../test/testFuncs2.c ../test/testFuncs3.c ../test/testFuncs3.h ../test/testFuncs2.h ../test/testFuncs1.h -- -std=c90 -I/lib/gcc/x86_64-redhat-linux/7/include -Wall > ./misra-log +./mutator-lvl0 --jsonout ./report.json --xmlout ./report.xml --mutagenout ./mutagen.xml -MCEA -MCD=" 5.1 5.2 5.3 5.4 5.5 5.6 5.7 " -SysHeader=false -MainOnly=true -MCV=C2 -mutagen ../test/testFuncs1.c ../test/testFuncs2.c ../test/testFuncs3.c ../test/testFuncs3.h ../test/testFuncs2.h ../test/testFuncs1.h -- -std=c90 -I/lib/gcc/x86_64-redhat-linux/9/include -Wall > ./misra-log |