summaryrefslogtreecommitdiff
path: root/INDEX
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-11-20 08:43:17 -0800
committerMark Adler <madler@alumni.caltech.edu>2011-11-27 14:15:40 -0800
commit014967ace3f79835ced79b0189d39eced1da7fa2 (patch)
tree89dc1d6155252198da61fb868c5c47ccef897df7 /INDEX
parentde32a2d74948e13e4d8ec17263a31e2c3ae900b1 (diff)
downloadzlib-014967ace3f79835ced79b0189d39eced1da7fa2.tar.gz
Test the inflate code with full coverage.
Add a cover target in Makefile and the test/infcover.c test program to cover all of the code lines in the inf*.c source files. The coverage is run with memory allocation checking in order to expose memory leaks. The coverage testing is run using: ./configure --cover && make cover
Diffstat (limited to 'INDEX')
-rw-r--r--INDEX1
1 files changed, 1 insertions, 0 deletions
diff --git a/INDEX b/INDEX
index 0967554..246f5f4 100644
--- a/INDEX
+++ b/INDEX
@@ -9,6 +9,7 @@ configure configure script for Unix
make_vms.com makefile for VMS
test/example.c zlib usages examples for build testing
test/minigzip.c minimal gzip-like functionality for build testing
+test/infcover.c inf*.c code coverage for build coverage testing
treebuild.xml XML description of source file dependencies
zconf.h.cmakein zconf.h template for cmake
zconf.h.in zconf.h template for configure