]> git.lizzy.rs Git - zlib.git/commit
Add --cover option to ./configure for gcc coverage testing.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 9 Oct 2011 17:16:43 +0000 (10:16 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 9 Oct 2011 17:25:15 +0000 (10:25 -0700)
commitd66a30794183e04f121fd1464d7bfcfbbcaf64ed
tree4538067d01873be7a589c159886b47ce0b6e1ce0
parent1bd2fa1b241d24dc444f17d217429780f0b657c0
Add --cover option to ./configure for gcc coverage testing.

This adds the -fprofile-arcs and -ftest-coverage options when compiling
the source code for the static library.  Those same options must then be
used when linking the static library into an executable.  This updates
Makefile.in to remove and .gitignore to ignore the files generated when
testing coverage.
.gitignore
Makefile.in
configure