summaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.mkd b/README.mkd
index f2c0874a..d374c358 100644
--- a/README.mkd
+++ b/README.mkd
@@ -92,6 +92,11 @@ The library includes a test suite that uses the `check` C unit test library.
$ make test
+You can also see the test coverage if you have `lcov` installed and the
+`BROWSER` environment variable set to your choice of web browsers:
+
+ $ BROWSER=google-chrome-stable make coverage
+
## Authors
Chris Peplin cpeplin@ford.com