mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
build: Include lcov.mak to allow tests coverage report generation
This commit is contained in:
parent
da867186c4
commit
be6fe322b1
1 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,8 @@ ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||||
include $(top_srcdir)/common/release.mak
|
include $(top_srcdir)/common/release.mak
|
||||||
include $(top_srcdir)/common/po.mak
|
include $(top_srcdir)/common/po.mak
|
||||||
|
|
||||||
|
include $(top_srcdir)/common/coverage/lcov.mak
|
||||||
|
|
||||||
check-valgrind:
|
check-valgrind:
|
||||||
cd tests/check && make check-valgrind
|
cd tests/check && make check-valgrind
|
||||||
|
|
||||||
|
@ -37,4 +39,4 @@ CRUFT_FILES = \
|
||||||
|
|
||||||
include $(top_srcdir)/common/cruft.mak
|
include $(top_srcdir)/common/cruft.mak
|
||||||
|
|
||||||
all-local: check-cruft
|
all-local: check-cruft
|
||||||
|
|
Loading…
Reference in a new issue