test/infcover.c

Branch


Log

Author Commit Date CI Message
Mark Adler 33654648 2023-04-17T20:21:58 Fix warnings on test/infcover.c.
Mark Adler 2fa463ba 2016-12-31T11:41:31 zlib 1.2.9
Mark Adler 0b223371 2015-07-28T21:55:09 Avoid use of reallocf() in test/infcover.c.
Mark Adler fbac04f6 2011-11-30T18:19:05 Clean up infcover.c.
Mark Adler 014967ac 2011-11-20T08:43:17 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