Add coverage tests
commit64fa6fbf77c30c7ec3247143670d06ff0b99fc03
authorAlberto Bertogli <albertito@blitiri.com.ar>
Sun, 25 Apr 2010 06:20:44 +0000 (25 03:20 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Sun, 25 Apr 2010 06:21:45 +0000 (25 03:21 -0300)
tree81acde3c328ebe4cf53faea7b057d19725622c73
parent1ca5dc7c8474af20df8eb2211811a4be50e85b56
Add coverage tests

This patch adds a script that uses the other tests in an attempt to maximize
code coverage.

It is mostly useful to check which code is not covered by the other tests,
although the output is saved for manual inspection.

Scripts for generating nice reports with lcov are also included.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
.gitignore
tests/coverage/README [new file with mode: 0644]
tests/coverage/coverage [new file with mode: 0755]
tests/coverage/lcov-start [new file with mode: 0755]
tests/coverage/lcov-stop [new file with mode: 0755]