diff options
author | user1 <user1@ubuntu> | 2017-06-06 00:58:47 +0000 |
---|---|---|
committer | user1 <user1@ubuntu> | 2017-06-06 00:58:47 +0000 |
commit | 84d3355e7b9f9d67e18825c9895b001cd3ee2947 (patch) | |
tree | 3c100baa7b5d14b71bf814a1d286b4e633b8fdd6 /samples | |
parent | changed "Assignment Target Constrains Address of Array Subscript Expr" (diff) | |
parent | moved the other commands into lua now, so they are working again (diff) | |
download | mutator-84d3355e7b9f9d67e18825c9895b001cd3ee2947.tar.gz mutator-84d3355e7b9f9d67e18825c9895b001cd3ee2947.zip |
Merge branch 'master' of https://github.com/bloodstalker/mutator.git
Diffstat (limited to 'samples')
-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 |