You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tests to installed release. They are potentially useful examples,
despite being written to test functionality rather than to serve as
tutorial eamples.
Enable coverage data collection for the LCOV implementation -
for both developer and module user.
To run them from the release:
$ cp -r $LCOV_HOME/share/lcov/tests path/to/my/tests
$ cd path/to/my/tests
$ make [COVERAGE=1]
If eabled, point your browser to path/to/my/tests/cover_db/coverage.html
to view coverage result.
Signed-off-by: Henry Cox <[email protected]>
0 commit comments