mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
build: Include lcov.mak to allow test coverage report generation
This commit is contained in:
parent
36e5dc0207
commit
f3f10b0f8e
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ DISTCLEANFILES = _stdint.h gst-rtsp.spec
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue