Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
lcov: LTP GCOV extension code coverage tool
- Summary
- LCOV is an extension of GCOV, a GNU tool which provides information
about what parts of a program are actually executed (i.e. "covered")
while running a particular test case. The extension consists of a set
of PERL scripts which build on the textual GCOV output to implement
HTML output and support for large projects.
Arch: src
Download: | lcov-1.4-2.al3.src.rpm |
Build Date: | Sun Oct 22 09:13:44 2006 |
Packager: | Aurora SPARC Linux <http://bugzilla.auroralinux.org> |
Size: | 96 KiB |
Changelog
- * Mon Feb 20 16:00:00 2006 Roland McGrath <roland{%}redhat{*}com> - 1.4-2
- Fix lcov -z to look for .gcda (GCC >= 3.4) suffix as well as .da (old GCC).
- Remove empty %build from spec.
- Fix URL for source tarball.
- * Mon Feb 13 16:00:00 2006 Roland McGrath <roland{%}redhat{*}com> - 1.4-1
- Initial build, some spec bits snarfed from upstream.