diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-03 12:45:46 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-03 12:45:46 -0500 |
commit | cf5710baddca9226c48b8d4d721adcc7844556cc (patch) | |
tree | 2a60c1cd2b038503235253e9d494ee087540be1b /README.mkd | |
parent | ca2035c4a4d935dd41f0feb7782d62335ca0b003 (diff) |
Document how to run coverage.
Diffstat (limited to 'README.mkd')
-rw-r--r-- | README.mkd | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |