diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-10-21 14:03:37 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-10-21 14:03:37 +0000 | 
| commit | 5223644676934bd8d1aa2987d27a50d8987b3139 (patch) | |
| tree | b2bce61a099d68b16641b4a9e349c013908fce84 /samples/action_file.mutator | |
| parent | some api-changes handling, along with more text for contribs (diff) | |
| download | mutator-5223644676934bd8d1aa2987d27a50d8987b3139.tar.gz mutator-5223644676934bd8d1aa2987d27a50d8987b3139.zip | |
minor fixes here and there. also fixed #17
Diffstat (limited to 'samples/action_file.mutator')
| -rw-r--r-- | samples/action_file.mutator | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/samples/action_file.mutator b/samples/action_file.mutator index 5ed1f08..fcee97d 100644 --- a/samples/action_file.mutator +++ b/samples/action_file.mutator @@ -2,9 +2,10 @@ action_name:my_action1  executable_name:mutator-lvl0  #these are the options specific to the executable  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 +in_files:./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c ./test/testFuncs3.h ./test/testFuncs2.h ./test/testFuncs1.h +#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 +libtooling_options:-std=c90 -I/lib/gcc/x86_64-redhat-linux/6.4.1/include -Wall  #the output file  out_files:./test/misra-log  #the log file | 
