mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
Makefile.am: Include lcov.mak to allow building coverage reports. Add top-level check targets similar to other gst pa...
Original commit message from CVS: * Makefile.am: Include lcov.mak to allow building coverage reports. Add top-level check targets similar to other gst packages.
This commit is contained in:
parent
412c01ca8d
commit
f73b18abe5
3 changed files with 17 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-01-09 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
Include lcov.mak to allow building coverage reports. Add top-level
|
||||||
|
check targets similar to other gst packages.
|
||||||
|
|
||||||
2008-01-06 David Schleef <ds@schleef.org>
|
2008-01-06 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* ext/directfb/Makefile.am:
|
* ext/directfb/Makefile.am:
|
||||||
|
|
12
Makefile.am
12
Makefile.am
|
@ -33,7 +33,15 @@ include $(top_srcdir)/common/release.mak
|
||||||
include $(top_srcdir)/common/po.mak
|
include $(top_srcdir)/common/po.mak
|
||||||
|
|
||||||
check-valgrind:
|
check-valgrind:
|
||||||
@true
|
cd tests/check && make check-valgrind
|
||||||
|
|
||||||
|
if HAVE_GST_CHECK
|
||||||
check-torture:
|
check-torture:
|
||||||
@true
|
cd tests/check && make torture
|
||||||
|
else
|
||||||
|
check-torture:
|
||||||
|
true
|
||||||
|
endif
|
||||||
|
|
||||||
|
include $(top_srcdir)/common/coverage/lcov.mak
|
||||||
|
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 970759077c95ee4e85650db023ac6f974e2aa5e1
|
Subproject commit 49c2fc5c9bff0e9858e89978bd98164a386de51d
|
Loading…
Reference in a new issue