diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-15 00:42:46 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-15 00:42:46 +0000 |
commit | c4f434263b7e9b43e9751f96c1c0802bba00730c (patch) | |
tree | 14d4278ad563289127bcc22d7c4538aa2f81413c /test/action_file.mutator | |
parent | fixed some paths (diff) | |
download | mutator-c4f434263b7e9b43e9751f96c1c0802bba00730c.tar.gz mutator-c4f434263b7e9b43e9751f96c1c0802bba00730c.zip |
minor change
Diffstat (limited to '')
-rw-r--r-- | test/action_file.mutator | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/action_file.mutator b/test/action_file.mutator index 93ea986..0be1694 100644 --- a/test/action_file.mutator +++ b/test/action_file.mutator @@ -1,9 +1,9 @@ action_name:travis_coverage_ubuntu executable_name:mutator-lvl0 exec_opts:-SysHeader=false -MainOnly=true -in_files:./test/testFuncs1.c ./test/testFuncs2.c -libtooling_options:-std=c90 -Wall +in_files:./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c +libtooling_options:-std=c90 -w out_files:./test/misra-log log_files: print_pretty:false -end_action:run
\ No newline at end of file +end_action:run |