summaryrefslogtreecommitdiff
path: root/check.mak
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-28 19:58:56 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-28 19:58:56 +0000
commitf31468e933b5b980398cf636a37abf16ca46c4a0 (patch)
tree8b2a779263dde67b59e7969e792885b8cda1e3de /check.mak
parentb0b08bcd66ca385364b6f90663585b09693aec67 (diff)
downloadgstreamer-common-f31468e933b5b980398cf636a37abf16ca46c4a0.tar.gz
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
Diffstat (limited to 'check.mak')
-rw-r--r--check.mak1
1 files changed, 1 insertions, 0 deletions
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 || \