diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2015-08-13 23:07:00 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2015-08-13 23:07:00 +0100 |
commit | a5ce07251ca61ef84288b67ca13279c1c463c263 (patch) | |
tree | 984610f359206c156511aea65ccfad38070500b0 | |
parent | 5e70d1513641a315f981f409044d881cfd0f8ce6 (diff) | |
parent | 67aee6e7f0796cd277843ce7c8767de49e61672f (diff) | |
download | klee-a5ce07251ca61ef84288b67ca13279c1c463c263.tar.gz |
Merge pull request #271 from kren1/coverageInfo
Added link in README.md to coverage information for KLEE's codebase
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index e894ebc1..6d36bc77 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,6 @@ environment that matches a computed test input, including setting up files, pipes, environment variables, and passing command line arguments. +Coverage information can be found [here](http://vm-klee.doc.ic.ac.uk:55555/index.html). + For further information, see the [webpage](http://klee.github.io/). |