diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-28 19:58:56 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-28 19:58:56 +0000 |
commit | f31468e933b5b980398cf636a37abf16ca46c4a0 (patch) | |
tree | 8b2a779263dde67b59e7969e792885b8cda1e3de | |
parent | b0b08bcd66ca385364b6f90663585b09693aec67 (diff) |
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
-rw-r--r-- | check.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 || \ |