aboutsummaryrefslogtreecommitdiff
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
zlib-014967ace3f79835ced79b0189d39eced1da7fa2.tar.bz2
zlib-014967ace3f79835ced79b0189d39eced1da7fa2.zip
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
9make_vms.com makefile for VMS 9make_vms.com makefile for VMS
10test/example.c zlib usages examples for build testing 10test/example.c zlib usages examples for build testing
11test/minigzip.c minimal gzip-like functionality for build testing 11test/minigzip.c minimal gzip-like functionality for build testing
12test/infcover.c inf*.c code coverage for build coverage testing
12treebuild.xml XML description of source file dependencies 13treebuild.xml XML description of source file dependencies
13zconf.h.cmakein zconf.h template for cmake 14zconf.h.cmakein zconf.h template for cmake
14zconf.h.in zconf.h template for configure 15zconf.h.in zconf.h template for configure