Commit 014967ace3f79835ced79b0189d39eced1da7fa2

Mark Adler 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