From cf5710baddca9226c48b8d4d721adcc7844556cc Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Fri, 3 Jan 2014 12:45:46 -0500 Subject: [PATCH] Document how to run coverage. --- README.mkd | 5 +++++ deps/bitfield-c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 diff --git a/deps/bitfield-c b/deps/bitfield-c index 31caa9c7..09dc97c2 160000 --- a/deps/bitfield-c +++ b/deps/bitfield-c @@ -1 +1 @@ -Subproject commit 31caa9c77dbfc438a104fbcab6db5165528c0f89 +Subproject commit 09dc97c24f9f9a9c2638405167bffe339f666e2a -- 2.16.6