build: Include lcov.mak to allow tests coverage report generation

This commit is contained in:
Sebastian Dröge 2011-03-25 10:01:45 +01:00
parent da867186c4
commit be6fe322b1

View file

@ -19,6 +19,8 @@ ACLOCAL_AMFLAGS = -I m4 -I common/m4
include $(top_srcdir)/common/release.mak
include $(top_srcdir)/common/po.mak
include $(top_srcdir)/common/coverage/lcov.mak
check-valgrind:
cd tests/check && make check-valgrind
@ -37,4 +39,4 @@ CRUFT_FILES = \
include $(top_srcdir)/common/cruft.mak
all-local: check-cruft
all-local: check-cruft