mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 08:50:35 +00:00
![]() Add a new "coverage" Makefile target that re-builds the library and tests using the gcc compiler/linker flags required by gcov, runs the test suite to capture the runtime data, then compiles a coverage report. The report, which is saved in a file named "untested", consists of a list of untested files, followed by a list of untested functions. More detailed execution statistics are given in the gcov log files which are saved in the top-level directory (named like src#hash.c.gcov). Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
NAMING | ||
t0001-errno.c | ||
t0002-refcnt.c | ||
t0003-strutil.c | ||
t0020-dirent.c | ||
t0101-hash.c | ||
t0101-oid.c | ||
t0102-objtype.c | ||
t0103-objhash.c | ||
t0201-existsloose.c | ||
t0202-readloose.c | ||
t0203-readloose.c | ||
t0301-write.c | ||
test_helpers.c | ||
test_helpers.h | ||
test_lib.c | ||
test_lib.h | ||
test_main.c | ||
tests.supp |