From e2beb3514dfe6b037838cc033bea856d62ca810c Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 3 Jan 2017 05:30:56 +0330 Subject: fixed --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index e9ff783..4d03dc1 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ To run the executables with the mutator UI, you can use `mutator.sh`. For a list * SysHeader, will let the executable know that you wish the checks to run through system headers as well. Off by default.
* MainOnly, will only pusblish check results for matches residing in the main file,i.e. the current TU(Translation Unit).
* MisraC2004,MisraC2012,C2,C3 will let the executable know which Misra guidelines you want the source to be checked against. currently only supports MisraC2004 or C2.
+ ####Note If you are running the executables using `mutator.sh` you don't need to read this note through. if you are running the executable directly however, then you have to pass groups of arguments in a specific order otherwise the executable won't be able to recognize the options and will throw errors. For example this is the right way to run `mutator-lvl0`:
-- cgit v1.2.3