aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-15 14:15:53 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-15 14:15:53 +0000
commitf2e892fc718fa75ae681eca0c4bf4563f21a7e83 (patch)
treed8f99847ce645105b62b21f7f961298b7b190e8f /README.md
parentadded 8.8. has false positives. tags incomplete types twice. (diff)
downloadmutator-f2e892fc718fa75ae681eca0c4bf4563f21a7e83.tar.gz
mutator-f2e892fc718fa75ae681eca0c4bf4563f21a7e83.zip
updated 1/15/2017
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e6d98a6..5ace386 100644
--- a/README.md
+++ b/README.md
@@ -180,9 +180,11 @@ Here's the explanation for the fields:
* `out_files` is used to pass the result file to mutator. For `mutator-lvl0`, this field detemines the Misra-C check results.<br/>
* `log_files` is used to pass the file to hold the log. Mostly meant to be used with `mutator` and `mutator-lvl2`.<br/>
* `print_pretty` is a boolean switch. Used for running `ReportPrintPretty.sh`.<br/>
-* `end_action` is used to tell `mutator.sh` what action to do. Currently the only supported options are "run" and "stop". "run" will run the action and "stop" will not run it.<br/>
+* `end_action` is used to tell `mutator.sh` what action to do. Currently the only supported options are "run" and "stop". "run" will run the action and "stop" will not run it. Also marks the end of an action.<br/>
* Lines starting with a hash(`#`) are considered comments.<br/>
+
Field names shall not have preceeding whitespace or tab. The `:` character shall immeidately follow the field name with options appearing after it.<br/>
+`end_action` field should appear as the last filed of a action.<br/>
You can run the sample action file with this:<br/>
@@ -190,7 +192,6 @@ You can run the sample action file with this:<br/>
./mutator.sh --file samples/action_file.mutator
-
```
Currently, the mutation-only features(mutation for the sake of mutation, technically implementing Misra-C is also a form of mutation) are turned off in **mutator** and **mutator-lvl2** though some automatic code refactoring features work in both executables. Just run a sample code through **mutator** and then **mutator-lvl2** for a demo.<br/>