diff options
-rw-r--r-- | README.mkd | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |