don't go through check-torture if no check installed

Original commit message from CVS:
don't go through check-torture if no check installed
This commit is contained in:
Thomas Vander Stichele 2006-03-24 14:11:20 +00:00
parent 2d826700fa
commit f0adebaf6f

View 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] \