d66a307941
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.
24 lines
160 B
Plaintext
24 lines
160 B
Plaintext
*.diff
|
|
*.patch
|
|
*.orig
|
|
*.rej
|
|
|
|
*~
|
|
*.a
|
|
*.lo
|
|
*.o
|
|
*.dylib
|
|
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
|
|
/example
|
|
/example64
|
|
/examplesh
|
|
/libz.so*
|
|
/minigzip
|
|
/minigzip64
|
|
/minigzipsh
|
|
/zlib.pc
|