diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-26 08:34:53 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-26 08:34:53 +0000 |
commit | cf4369e4fc73f1e41c9f9ac4f49f008aed58dce4 (patch) | |
tree | 14db408eecba7103252440dad747babff740e4ae | |
parent | added variable indirection for the exec_options since the new options have do... (diff) | |
download | mutator-cf4369e4fc73f1e41c9f9ac4f49f008aed58dce4.tar.gz mutator-cf4369e4fc73f1e41c9f9ac4f49f008aed58dce4.zip |
updated
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 7f65ccf..515709f 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:-SysHeader=false -MainOnly=true +exec_opts:-MCEA -MCD=" 10.1 9.1 9.2 9.3 9.3" -SysHeader=false -MainOnly=true 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 |