diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-27 08:41:14 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-27 08:41:14 +0000 |
commit | 7abb76507eae14c5baf8e3b8cde4ee4ea8a22501 (patch) | |
tree | ccfb9af87dea1ccf8b3f9eff5f5b9a9197df0f3b /m0/run.sh | |
parent | it's working for the most part, the getter methods are also registering light... (diff) | |
download | mutator-7abb76507eae14c5baf8e3b8cde4ee4ea8a22501.tar.gz mutator-7abb76507eae14c5baf8e3b8cde4ee4ea8a22501.zip |
did some code cleanup on m0 and bruiser, now you can specify report paths for m0, wip of dedrecating mutator.sh and mutator.py
Diffstat (limited to 'm0/run.sh')
-rwxr-xr-x | m0/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m0/run.sh b/m0/run.sh new file mode 100755 index 0000000..9f6b635 --- /dev/null +++ b/m0/run.sh @@ -0,0 +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 |