mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-30 22:38:04 +02:00
Use gcov to find how much code coverage our current testing gets. This can be enabled by passing --with-gcov to configure and running "make gcov". This is limited to gcc. Here's a run from the current code (for some reason, gcov insists on profiling gstring.h). /usr/bin/gcov pkg.h pkg.c parse.h parse.c main.c File 'pkg.c' Lines executed:73.16% of 611 pkg.c:creating 'pkg.c.gcov' File '/usr/include/glib-2.0/glib/gstring.h' Lines executed:100.00% of 6 /usr/include/glib-2.0/glib/gstring.h:creating 'gstring.h.gcov' File 'parse.c' Lines executed:79.67% of 492 parse.c:creating 'parse.c.gcov' File 'main.c' Lines executed:57.34% of 293 main.c:creating 'main.c.gcov'
36 lines
328 B
Text
36 lines
328 B
Text
*~
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
*.a
|
|
*.so
|
|
*.exe
|
|
*.orig
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
.deps/
|
|
.libs/
|
|
INSTALL
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
check/config.sh
|
|
*config.cache
|
|
config.guess
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.lt
|
|
config.status
|
|
config.sub
|
|
configure
|
|
depcomp
|
|
glib-1.2.10/
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
pkg-config
|
|
stamp-h1
|