From f2e892fc718fa75ae681eca0c4bf4563f21a7e83 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 15 Jan 2017 17:45:53 +0330 Subject: updated 1/15/2017 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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.
* `log_files` is used to pass the file to hold the log. Mostly meant to be used with `mutator` and `mutator-lvl2`.
* `print_pretty` is a boolean switch. Used for running `ReportPrintPretty.sh`.
-* `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.
+* `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.
* Lines starting with a hash(`#`) are considered comments.
+ Field names shall not have preceeding whitespace or tab. The `:` character shall immeidately follow the field name with options appearing after it.
+`end_action` field should appear as the last filed of a action.
You can run the sample action file with this:
@@ -190,7 +192,6 @@ You can run the sample action file with this:
./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.
-- cgit v1.2.3