diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-02-04 02:45:09 +0000 |
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-02-04 02:45:09 +0000 |
| commit | 50fe8c84137fe7e08fd97ddc4f6b08a70e0bb01a (patch) | |
| tree | 234748fea37491e5f1b324e6071590f6db6c0504 | |
| parent | added a test to check why the coverage build crashes. (diff) | |
| download | mutator-50fe8c84137fe7e08fd97ddc4f6b08a70e0bb01a.tar.gz mutator-50fe8c84137fe7e08fd97ddc4f6b08a70e0bb01a.zip | |
mutator action file for running the coverage build
| -rw-r--r-- | test/cov_action.mutator | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/cov_action.mutator b/test/cov_action.mutator new file mode 100644 index 0000000..51de24e --- /dev/null +++ b/test/cov_action.mutator @@ -0,0 +1,19 @@ +action_name:travis_coverage _fedora +executable_name:mutator-lvl0 +exec_opts:-SysHeader=false -MainOnly=true +in_files:./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c ./test/testFuncs1.h ./test/testFuncs2.h ./test/testFuncs3.h +libtooling_options:-stdc=c90 -I/lib/gcc/x86_64-redhat-linux/6.3.1/include -w +out_files:./test/misra-log +log_files: +print_pretty:false +end_action:stop + +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 ./test/testFuncs1.h ./test/testFuncs2.h ./test/testFuncs3.h +libtooling_options:-stdc=c90 -I/usr/lib/gcc/i686-linux-gnu/4.8/include -w +out_files:./test/misra-log +log_files: +print_pretty:false +end_action:run |
