From f31468e933b5b980398cf636a37abf16ca46c4a0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 28 Nov 2005 19:58:56 +0000 Subject: [PATCH] Makefile.am: don't run checks if we don't have check Original commit message from CVS: * Makefile.am: don't run checks if we don't have check * common/check.mak: remove the registry when running make torture * docs/gst/gstreamer-sections.txt: remove second multiply * gst/gstqueue.c: (gst_queue_loop): fix a compile warning when disabling debug --- check.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/check.mak b/check.mak index 74bd5c3..0e9dce8 100644 --- a/check.mak +++ b/check.mak @@ -63,6 +63,7 @@ LOOPS = 10 # torture tests torture: $(TESTS) + rm test-registry.xml @echo "Torturing tests ..." for i in `seq 1 $(LOOPS)`; do \ make check || \ -- 2.7.4