diff options
-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 |