aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-05 07:48:56 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-05 07:48:56 +0000
commit1282c0b7947579d661dfc433f5974bcef0e43704 (patch)
tree79f4dcbdd634cccad37bf5da4059d42649eba9c5 /test
parenttrying to fix the broken run... (diff)
downloadmutator-1282c0b7947579d661dfc433f5974bcef0e43704.tar.gz
mutator-1282c0b7947579d661dfc433f5974bcef0e43704.zip
added a new mutator action file for tests
Diffstat (limited to 'test')
-rw-r--r--test/action_file.mutator9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/action_file.mutator b/test/action_file.mutator
new file mode 100644
index 0000000..baf636d
--- /dev/null
+++ b/test/action_file.mutator
@@ -0,0 +1,9 @@
+action_name:my_action1
+executable_name:mutator-lvl0
+exec_opts:-SysHeader=false -MainOnly=true
+in_files:./test/testFuncs1.c ./test/testFuncs2.c
+libtooling_options:c90 -I/usr/lib/gcc/i686-linux-gnu/4.9/include -w
+out_files:./test/misra-log
+log_files:
+print_pretty:false
+end_action:run \ No newline at end of file