From 3e2735573d05ee49c9be28c854b121ac57c7d6b5 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 24 Jan 2017 18:25:55 +0330 Subject: updated 1/24/2017 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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`.
+ * 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.
* 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.
-* Looking at Google's `OSS Fuzzy`, though I'm not entirely sure if we can use that.
* 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.
* There will be unit tests after a first pre-release version.
-- cgit v1.2.3