summaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-03 12:45:46 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-03 12:45:46 -0500
commitcf5710baddca9226c48b8d4d721adcc7844556cc (patch)
tree2a60c1cd2b038503235253e9d494ee087540be1b /README.mkd
parentca2035c4a4d935dd41f0feb7782d62335ca0b003 (diff)
Document how to run coverage.
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