aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-11-29 20:32:08 +0000
committerbloodstalker <thabogre@gmail.com>2016-11-29 20:32:08 +0000
commit1ff4eee71e8c8a3bf9d83d4b397189ff197b4195 (patch)
tree6e0ca4d0ee488e109c28f32ba2f3b61bb4c83a39
parentupdated for the xml output report (diff)
downloadmutator-1ff4eee71e8c8a3bf9d83d4b397189ff197b4195.tar.gz
mutator-1ff4eee71e8c8a3bf9d83d4b397189ff197b4195.zip
update
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ced1a30..c220740 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ The **utility** folder holds the C source and headers that are necessary to run
**mutator-aux.cpp.h** hold the auxillary functions that most modules will need.<br/>
Well there is the **makefile**.<br/>
The **test** folder holds the **TDD** tests.<br/>
+#### **The Misra-C rule checking portion has not been extensively tested since it is still WIP but is buildable and usable.**<br/>
###Building mutator
To build the project, you need to have the LLVM libraries 4.0 to avoid any unforseen results. The project can not be built with LLVM 3.8 or lower, but I havent tested LLVM 3.9. Just run **make** and you're good to go. Running make will build three executables which can be used independently or with **mutator.sh**(use -h to see a list of options.)<br/>