summaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up infcover.c.Mark Adler2011-11-301-11/+9
|
* Test the inflate code with full coverage.Mark Adler2011-11-271-0/+673
| | | | | | | | | 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
* Move example.c and minigzip.c to test/.Mark Adler2011-11-272-0/+1232