]> git.lizzy.rs Git - zlib.git/commit
Test the inflate code with full coverage.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 20 Nov 2011 16:43:17 +0000 (08:43 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 27 Nov 2011 22:15:40 +0000 (14:15 -0800)
commit014967ace3f79835ced79b0189d39eced1da7fa2
tree89dc1d6155252198da61fb868c5c47ccef897df7
parentde32a2d74948e13e4d8ec17263a31e2c3ae900b1
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
INDEX
Makefile.in
test/infcover.c [new file with mode: 0644]