From 5266203c4ecb59285f2ac31ff4cc5af5698cce18 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 9 Jan 2008 13:50:09 +0000 Subject: 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. --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile.am') 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 + -- cgit