aboutsummaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-03 12:45:27 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-03 12:45:27 -0500
commit09dc97c24f9f9a9c2638405167bffe339f666e2a (patch)
tree501fd23215c661a5e824a911990c88f74e83dafd /README.mkd
parent8ae1d522ae3074ef2de40c90650d7a15f0023cc2 (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 59d5ae5..d16a893 100644
--- a/README.mkd
+++ b/README.mkd
@@ -91,6 +91,11 @@ requires the unit testing library `check`.
$ 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