#132: Use gcov -----------------------+---------------------------------------------------- Reporter: levill_r | Owner: Olena Team Type: task | Status: new Priority: major | Milestone: Olena 1.1 Component: Milena | Version: 1.0 Resolution: | Keywords: -----------------------+---------------------------------------------------- Description changed by levill_r:
Old description:
- Use `gcov` to check which parts of Olena are actually covered
(instantiated and checked) by the test suite.
- Automate with make.
- Optionally use
- Google's !CoverStory: http://code.google.com/p/coverstory/
- the LTP GCOV Extension (`lcov`):
New description:
1. Use `gcov` to check which parts of Olena are actually covered (instantiated and checked) by the test suite. 1. Automate with make. 1. Optionally use * Google's !CoverStory: http://code.google.com/p/coverstory/ * the LTP GCOV Extension (`lcov`): http://ltp.sourceforge.net/coverage/lcov.php
See also http://www.toofishes.net/blog/using-gcov-code-coverage-testing/.
--