948db40c87
Using gcov it's possible to get a coverage report, that is a break down of how much the exposed API is exercised by the conformance test suite.
17 lines
260 B
Makefile
17 lines
260 B
Makefile
NULL =
|
|
|
|
EXTRA_DIST = \
|
|
Makefile.am.silent \
|
|
Makefile.am.marshal \
|
|
Makefile.am.enums \
|
|
Makefile.am.changelog \
|
|
Makefile.am.gcov \
|
|
dolt.m4 \
|
|
introspection.m4 \
|
|
gtk-doc.m4 \
|
|
as-compiler-flag.m4 \
|
|
shave.in \
|
|
shave-libtool.in \
|
|
shave.m4 \
|
|
$(NULL)
|