From: Stefan Kost Date: Wed, 9 Jan 2008 13:50:09 +0000 (+0000) Subject: Makefile.am: Include lcov.mak to allow builging coverage reports. Guard check-torture... X-Git-Tag: 1.19.3~509^2~11547 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5266203c4ecb59285f2ac31ff4cc5af5698cce18;p=platform%2Fupstream%2Fgstreamer.git Makefile.am: Include lcov.mak to allow builging coverage reports. Guard check-torture target like in the other packages. Original commit message from CVS: * Makefile.am: Include lcov.mak to allow builging coverage reports. Guard check-torture target like in the other packages. --- diff --git a/ChangeLog b/ChangeLog index 6d966a8efb..b73161c3ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-09 Stefan Kost + + * Makefile.am: + Include lcov.mak to allow builging coverage reports. Guard + check-torture target like in the other packages. + 2008-01-09 Sameer Naik reviewed by: Edward Hervey diff --git a/Makefile.am b/Makefile.am index 17f646c2bb..46c6f5bbd6 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 index 970759077c..49c2fc5c9b 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 970759077c95ee4e85650db023ac6f974e2aa5e1 +Subproject commit 49c2fc5c9bff0e9858e89978bd98164a386de51d