Commit Graph

7 Commits

Author SHA1 Message Date
Mark Adler ceadaf28df Fix test/infcover.c function prototype when ZLIB_CONST defined. 2024-07-11 09:22:47 -07:00
Mark Adler 81e7c38608 Correct printf formats in test/infcover.c to %zu. 2024-02-07 14:38:57 -08:00
Mark Adler 3365464851 Fix warnings on test/infcover.c. 2023-04-17 20:21:58 -07:00
Mark Adler 2fa463bacf zlib 1.2.9 2016-12-31 23:37:10 -08:00
Mark Adler 0b22337126 Avoid use of reallocf() in test/infcover.c. 2015-07-28 21:55:09 -07:00
Mark Adler fbac04f666 Clean up infcover.c. 2011-11-30 18:19:05 -10:00
Mark Adler 014967ace3 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
2011-11-27 14:15:40 -08:00