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 | |
parent | ca2035c4a4d935dd41f0feb7782d62335ca0b003 (diff) |
Document how to run coverage.
-rw-r--r-- | README.mkd | 5 | ||||
m--------- | deps/bitfield-c | 10 |
2 files changed, 10 insertions, 5 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 diff --git a/deps/bitfield-c b/deps/bitfield-c -Subproject 31caa9c77dbfc438a104fbcab6db5165528c0f8 +Subproject 09dc97c24f9f9a9c2638405167bffe339f666e2 |