diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-20 02:05:36 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-20 02:05:36 +0000 |
commit | adbc00d297ff00cef1a5292d1f377c8142ff35f4 (patch) | |
tree | c23ad16ff30c2193d16c9d6dbed6e3e6259d01df | |
parent | fixed some build mode options (diff) | |
download | mutator-adbc00d297ff00cef1a5292d1f377c8142ff35f4.tar.gz mutator-adbc00d297ff00cef1a5292d1f377c8142ff35f4.zip |
updated
Diffstat (limited to '')
-rw-r--r-- | test/action_file.mutator | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/action_file.mutator b/test/action_file.mutator index 0be1694..c3b40a1 100644 --- a/test/action_file.mutator +++ b/test/action_file.mutator @@ -1,8 +1,8 @@ action_name:travis_coverage_ubuntu executable_name:mutator-lvl0 exec_opts:-SysHeader=false -MainOnly=true -in_files:./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c -libtooling_options:-std=c90 -w +in_files:./test/testFuncs1.c ./test/testFuncs2.c +libtooling_options:-std=c90 -w -I/lib/gcc/x86_64-redhat-linux/6.3.1/include out_files:./test/misra-log log_files: print_pretty:false |