diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-29 15:40:26 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-29 15:40:26 +0000 |
commit | 1e5f8bf7d6e32cf33fc558413b508d9005eea7e3 (patch) | |
tree | 440a4ebf463e909862d4b436213740b1bac1f412 /samples/action_file.mutator | |
parent | Merge branch 'master' of https://github.com/bloodstalker/mutator (diff) | |
download | mutator-1e5f8bf7d6e32cf33fc558413b508d9005eea7e3.tar.gz mutator-1e5f8bf7d6e32cf33fc558413b508d9005eea7e3.zip |
changed
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 8d6c3b4..5ed1f08 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 -mutagen +exec_opts:-MCEA -MCD="5.1 5.2 5.3 5.4 5.5 5.6 5.7" -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 |