summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am8
m---------common0
3 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d966a8e..b73161c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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>
diff --git a/Makefile.am b/Makefile.am
index 17f646c2..46c6f5bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,5 +47,13 @@ include $(top_srcdir)/common/po.mak
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
+
diff --git a/common b/common
-Subproject 970759077c95ee4e85650db023ac6f974e2aa5e
+Subproject 49c2fc5c9bff0e9858e89978bd98164a386de51