mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-05 22:10:03 +00:00
Configure with: ./configure --enable-code-coverage Show coverage output with: make code-coverage-capture Built on m4/ax_code_coverage.m4 from the GNU autoconf archive to provide the macros to check for presence of gcov + lcov; upstream macro modified to: - Remove use of $(AM_DEFAULT_VERBOSITY) , as earlier versions of autoconf (such as the one used by default on Travis) do not have this. - Rather than automatically defining CODE_COVERAGE_RULES to be a set of makefile rules that use ifeq/endif (which is GNU make-specific), instead only define CODE_COVERAGE_RULES if coverages is turned on, and in that case don't use conditionals in the makefile.
57 lines
557 B
Plaintext
57 lines
557 B
Plaintext
.deps
|
|
.libs
|
|
*.lib
|
|
*.pdb
|
|
*.dll
|
|
*.exe
|
|
*.obj
|
|
.*.swp
|
|
Debug
|
|
Release
|
|
*.exp
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.guess
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
depcomp
|
|
libtool
|
|
ltmain.sh
|
|
compile
|
|
libcares.pc
|
|
missing
|
|
test-driver
|
|
c-ares-*.tar.gz
|
|
INSTALL
|
|
install-sh
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
*.gcno
|
|
*.gcda
|
|
*.gcov
|
|
c-ares---coverage.info
|
|
c-ares---coverage
|
|
mkinstalldirs
|
|
tags
|
|
TAGS
|
|
*~
|
|
aclocal.m4.bak
|
|
acountry
|
|
adig
|
|
ahost
|
|
ares_build.h
|
|
ares_config.h
|
|
ares_config.h.in
|
|
stamp-h1
|
|
stamp-h2
|
|
ares_*pdf
|
|
CHANGES.dist
|
|
c-ares-*.tar.gz.asc
|
|
ares_parse_mx_reply.pdf
|
|
/[0-9]*.patch
|