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

This commit is contained in:
Sebastian Dröge 2011-03-25 10:04:57 +01:00
parent 36e5dc0207
commit f3f10b0f8e

View file

@ -23,6 +23,8 @@ DISTCLEANFILES = _stdint.h gst-rtsp.spec
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