Makefile.am: don't run checks if we don't have check
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 28 Nov 2005 19:58:56 +0000 (19:58 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 28 Nov 2005 19:58:56 +0000 (19:58 +0000)
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

index 74bd5c3..0e9dce8 100644 (file)
--- 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 ||                                   \