aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-11-21 01:54:05 +0000
committerbloodstalker <thabogre@gmail.com>2016-11-21 01:54:05 +0000
commit9e5952fb52dea487e020863f60f092cd436fdbb7 (patch)
tree571c005f4ebb39542d92e924ba9e5d2f5edae0f5 /README.md
parentjust added some comments to 8.1 (diff)
downloadmutator-9e5952fb52dea487e020863f60f092cd436fdbb7.tar.gz
mutator-9e5952fb52dea487e020863f60f092cd436fdbb7.zip
added the test folder description.
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 2c445c2..bfe4c31 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,9 @@
a C code mutator,Misra-C 2004 checker and when possible, a Misra-C implementer.
mutator-lvl0.cpp contains the Misra-C rules to check.
mutator.cpp contains the mutators which are not copiled for the time being since im working on Misra-C only for the time being, along with some Misra-C implementers.
-mutator-lvl2.cpp contains some other Misra-C implementers. Rewriting the code inmultiple stages allows for more simplistic rewrites and is also a check to see whether the output is actually buildable.
+mutator-lvl2.cpp contains some other Misra-C implementers. Rewriting the code in multiple stages allows for more simplistic rewrites and is also a check to see whether the output is actually buildable.
mutator.sh is the UI, which is supposed to work like just any other nix UI(option-wise).
the utility folder holds the C source and headers that are necessary to run the instruented code(currently unused).
mutator-aux.cpp.h hold the auxillary functions that most modules will need.
-well there is the makefile...
+well there is the makefile.
+the test folder holds the TDD tests.