diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-19 01:31:42 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-19 01:31:42 +0000 |
commit | 6d74bf1d6873c8e79bec0447d372ec756d6f38f6 (patch) | |
tree | 17036481a01cc1dc11da106be1033a4b2c4c3462 | |
parent | updated with a new announcement section. (diff) | |
download | mutator-6d74bf1d6873c8e79bec0447d372ec756d6f38f6.tar.gz mutator-6d74bf1d6873c8e79bec0447d372ec756d6f38f6.zip |
updated.
-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 5b84fd5..f53b343 100644 --- a/samples/action_file.mutator +++ b/samples/action_file.mutator @@ -4,7 +4,7 @@ executable_name:mutator-lvl0 exec_opts:-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/5.3.1/include +libtooling_options:-std=c90 -I/lib/gcc/x86_64-redhat-linux/5.3.1/include -w #the output file out_files:./test/misra-log #the log file |