#132: Use gcov -----------------------+---------------------------------------------------- Reporter: levill_r | Owner: Olena Team Type: task | Status: new Priority: major | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Resolution: | Keywords: -----------------------+---------------------------------------------------- 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 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
Comment (by levill_r):
Mention !CoverStory (pointed by Alexandre Hamez).