diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-29 02:47:57 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-29 02:47:57 +0000 |
commit | 65c3e2cad5be8c8a10bef62611a1dcf91a248243 (patch) | |
tree | 10e29e76a1cb7f71eb5c9fafa8659ab4402d1b31 | |
parent | fixed and updated (diff) | |
download | mutator-65c3e2cad5be8c8a10bef62611a1dcf91a248243.tar.gz mutator-65c3e2cad5be8c8a10bef62611a1dcf91a248243.zip |
added tdd tests for switchfixer and switchdfixer
-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 f53b343..fed3c8f 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/5.3.1/include -w +libtooling_options:-std=c90 -I/lib/gcc/x86_64-redhat-linux/6.3.1/include -w #the output file out_files:./test/misra-log #the log file |