Original commit message from CVS:
* Makefile.am:
Include lcov.mak to allow builging coverage reports. Guard
check-torture target like in the other packages.
+2008-01-09 Stefan Kost <ensonic@users.sf.net>
+
+ * Makefile.am:
+ Include lcov.mak to allow builging coverage reports. Guard
+ check-torture target like in the other packages.
+
2008-01-09 Sameer Naik <sameer@damagehead.com>
reviewed by: Edward Hervey <edward.hervey@collabora.co.uk>
check-valgrind:
cd tests/check && make check-valgrind
+if HAVE_GST_CHECK
check-torture:
cd tests/check && make torture
+else
+check-torture:
+ true
+endif
+
+include $(top_srcdir)/common/coverage/lcov.mak
+
-Subproject commit 970759077c95ee4e85650db023ac6f974e2aa5e1
+Subproject commit 49c2fc5c9bff0e9858e89978bd98164a386de51d