diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-05 05:49:27 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-05 05:49:27 +0000 |
commit | e47e023184c2c74484c68ef2e8f9b7c9a1f73af5 (patch) | |
tree | 339b4391b13cd7468c0cc817315b0fd1db5d0f6d | |
parent | added 2.2,2.3,4.2,9.2. we already have tdd tests for all of them. (diff) | |
download | mutator-e47e023184c2c74484c68ef2e8f9b7c9a1f73af5.tar.gz mutator-e47e023184c2c74484c68ef2e8f9b7c9a1f73af5.zip |
now uses -Wall to have all the warnings mutator needs.
-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 07311cf..7f65ccf 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/6.3.1/include +libtooling_options:-std=c90 -I/lib/gcc/x86_64-redhat-linux/6.3.1/include -Wall #the output file out_files:./test/misra-log #the log file |