diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-11-20 08:43:17 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-11-27 14:15:40 -0800 |
commit | 014967ace3f79835ced79b0189d39eced1da7fa2 (patch) | |
tree | 89dc1d6155252198da61fb868c5c47ccef897df7 /INDEX | |
parent | de32a2d74948e13e4d8ec17263a31e2c3ae900b1 (diff) | |
download | zlib-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-- | INDEX | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |