summaryrefslogtreecommitdiff
path: root/tools/README.coverage
blob: 2b737f8d655fb578a6c8ada97e60be582f98f212 (plain)
1
2
3
4
5
6
7
8
9
The script "coverage" compute the test suite coverage of MPC in terms of line
of code and summarize it into web pages.
You will need gcov and lcov (http://ltp.sourceforge.net/coverage/lcov.php).

Usage:
cd path_to_mpc_sources/tools
./coverage additional_parameters_to_configure

After execution, the html pages lie in the directory /tmp/ompc-gcov/html.