diff options
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 35fd0a96..b3b507bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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] \ |