diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-02 04:43:50 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-02 04:43:50 +0000 |
commit | f35c6715f9c84a48538ba0fb13f08ec77b454359 (patch) | |
tree | 575dc92f2e24f8d8363720feba9056b45b64a00b | |
parent | updated (diff) | |
download | mutator-f35c6715f9c84a48538ba0fb13f08ec77b454359.tar.gz mutator-f35c6715f9c84a48538ba0fb13f08ec77b454359.zip |
updated
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ Here's a quick look into the project files and directories:<br/> * The folder named **tinyxml2** holds the tinyxml2 source files.<br/> * The folder named **extra-tools** holds some tool that help the dev process. Right now it only holds a little script that has some limited argument parsing abilities to dump AST.<br/> * The folder named **samples** holds the output samples for the project. Currently, you can find the text and XML output of the Misra-C rule checker run over the TDD tests.<br/> + #### **The Misra-C rule checking portion has not been extensively tested since it is still WIP but is very much buildable and usable.**<br/> ###Building and Running |