don't go through check-torture if no check installed
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 24 Mar 2006 14:11:20 +0000 (14:11 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 24 Mar 2006 14:11:20 +0000 (14:11 +0000)
Original commit message from CVS:
don't go through check-torture if no check installed

Makefile.am

index 35fd0a9..b3b507b 100644 (file)
@@ -45,8 +45,13 @@ include $(top_srcdir)/common/po.mak
 check-valgrind:
        cd tests/check && make check-valgrind
 
+if HAVE_CHECK
 check-torture:
        cd tests/check && make torture
+else
+check-torture:
+       true
+endif
 
 WIN32_COPY = \
        $(top_builddir)/gst-libs/gst/*/*-enumtypes.[ch] \