From 014967ace3f79835ced79b0189d39eced1da7fa2 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 20 Nov 2011 08:43:17 -0800 Subject: 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'INDEX') diff --git a/INDEX b/INDEX index 0967554..246f5f4 100644 --- a/INDEX +++ b/INDEX @@ -9,6 +9,7 @@ configure configure script for Unix make_vms.com makefile for VMS test/example.c zlib usages examples for build testing test/minigzip.c minimal gzip-like functionality for build testing +test/infcover.c inf*.c code coverage for build coverage testing treebuild.xml XML description of source file dependencies zconf.h.cmakein zconf.h template for cmake zconf.h.in zconf.h template for configure -- cgit v1.2.3-55-g6feb