aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-24 14:55:55 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-24 14:55:55 +0000
commit3e2735573d05ee49c9be28c854b121ac57c7d6b5 (patch)
tree6d7a5f22433f59e65b487d6ea7d24785d0f45793 /README.md
parentre-enabled the switch fixers (diff)
downloadmutator-3e2735573d05ee49c9be28c854b121ac57c7d6b5.tar.gz
mutator-3e2735573d05ee49c9be28c854b121ac57c7d6b5.zip
updated 1/24/2017
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ed2718..c576491 100644
--- a/README.md
+++ b/README.md
@@ -62,10 +62,12 @@ All the as-of-yet implemented features of the project are very much buildable an
* Upgrading the UI to be able to handle the new automatic-refactoring features.
### Test Plans
+
+#### For a detailed list, you can view `tests.md` under `docs`.<br/>
+
* The Dev method is TDD so of course, we currently have TDD tests.
* For static analysis tools, mutator uses [Coverity](https://scan.coverity.com/projects/bloodstalker-mutator) which is integrated with [Travic CI](https://travis-ci.org/bloodstalker/mutator) so it runs everytime on every commit.<br/>
* For dynamic analysis tools, currently mutator is using [Valgrind](http://valgrind.org). You can run it using `./mutator.sh -test mutator-lvl0 valgrind`. You do need to have `valgrind` installed.<br/>
-* Looking at Google's `OSS Fuzzy`, though I'm not entirely sure if we can use that.<br/>
* The code will be reviewed after the first pre-release version. I'm hoping to find some reviewers but if not, I'll have to do it myself.<br/>
* There will be unit tests after a first pre-release version.<br/>