aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-11-21 13:04:20 +0000
committerbloodstalker <thabogre@gmail.com>2016-11-21 13:04:20 +0000
commitbbe90b478d5d5a24f985ddff5738749280151e71 (patch)
treeac6150321afd6e271334ff85c577b40a393dcd4f
parentmore notes (diff)
downloadmutator-bbe90b478d5d5a24f985ddff5738749280151e71.tar.gz
mutator-bbe90b478d5d5a24f985ddff5738749280151e71.zip
more notes
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7722be7..6783f9e 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Currently, the mutation-only features(mutation for the sake of mutation, technic
If your code needs a compilation database for clang to understand it and you don't have one,you can use [Bear](https://github.com/rizsotto/Bear).<br/>
### Notes
+#### **The project will be updated everytime there is a major LLVM release and will sue those libraries instead of the older ones.**
I'm using **TDD** as the Dev method. The files under the **test** folder are for that purpose. They are not unit tests or are not meant to test that the build process was successful.Those tests will be added later.<br/>
The project has been tested to biuld on Fedora23(other major linux distros should be fine). Windows remains untested. I might give it a try when I feel masochistic enough.<br/>
The project might, at a later point in time, start using **Cmake** for the build process. Currently there are no plans,though.<br/>