Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8ae1d52
)
Document how to run coverage.
author
Christopher Peplin
<chris.peplin@rhubarbtech.com>
Fri, 3 Jan 2014 17:45:27 +0000
(12:45 -0500)
committer
Christopher Peplin
<chris.peplin@rhubarbtech.com>
Fri, 3 Jan 2014 17:45:27 +0000
(12:45 -0500)
README.mkd
patch
|
blob
|
history
diff --git
a/README.mkd
b/README.mkd
index
59d5ae5
..
d16a893
100644
(file)
--- 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