Makefile.am: Include lcov.mak to allow builging coverage reports. Guard check-torture...
authorStefan Kost <ensonic@users.sourceforge.net>
Wed, 9 Jan 2008 13:50:09 +0000 (13:50 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Wed, 9 Jan 2008 13:50:09 +0000 (13:50 +0000)
Original commit message from CVS:
* Makefile.am:
Include lcov.mak to allow builging coverage reports. Guard
check-torture target like in the other packages.

ChangeLog
Makefile.am
common

index 6d966a8efb466b82b2f3203852b1dfac3c03878c..b73161c3ba1efda3b31af00c82b72c7637b61440 100644 (file)
--- 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>
index 17f646c2bb7f08dc8a5aeb0ab61387b6e1fe4c77..46c6f5bbd6511e15a117421f0cfb830c10cf1d8c 100644 (file)
@@ -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
index 970759077c95ee4e85650db023ac6f974e2aa5e1..49c2fc5c9bff0e9858e89978bd98164a386de51d 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 970759077c95ee4e85650db023ac6f974e2aa5e1
+Subproject commit 49c2fc5c9bff0e9858e89978bd98164a386de51d