diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-20 06:57:58 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-20 06:57:58 +0000 |
commit | 9029bc879b5b1835821cd8cb8de857aed7fb16f6 (patch) | |
tree | 76308d0ce391550049b1df00120048ad02610ceb /samples/action_file.mutator | |
parent | fleshed out extractmutagen somewhat (diff) | |
download | mutator-9029bc879b5b1835821cd8cb8de857aed7fb16f6.tar.gz mutator-9029bc879b5b1835821cd8cb8de857aed7fb16f6.zip |
added the mutagen option to action1
Diffstat (limited to '')
-rw-r--r-- | samples/action_file.mutator | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/action_file.mutator b/samples/action_file.mutator index c6f56c0..a854271 100644 --- a/samples/action_file.mutator +++ b/samples/action_file.mutator @@ -1,7 +1,7 @@ action_name:my_action1 executable_name:mutator-lvl0 #these are the options specific to the executable -exec_opts:-MCEA -MCD=" 10.1 9.1 9.2 9.3 9.3" -SysHeader=false -MainOnly=true -MCV=C2 +exec_opts:-MCEA -MCD=" 10.1 9.1 9.2 9.3 9.3" -SysHeader=false -MainOnly=true -MCV=C2 -mutagen in_files:./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c #clang options libtooling_options:-std=c90 -I/lib/gcc/x86_64-redhat-linux/6.3.1/include -Wall |