don't valgrind the stress test, takes too long

Original commit message from CVS:
don't valgrind the stress test, takes too long
This commit is contained in:
Thomas Vander Stichele 2005-11-22 12:15:19 +00:00
parent ba0d715dc8
commit a15da5e5e4
2 changed files with 8 additions and 0 deletions

View file

@ -92,6 +92,9 @@ net_gstnettimeprovider_LDADD = \
# these just need valgrind fixing, period
VALGRIND_TO_FIX =
VALGRIND_IGNORE = \
pipelines/stress
# these need fixing because the threads cause segfaults under valgrind
TESTS_THREADED = \
gst/gstminiobject \
@ -99,4 +102,5 @@ TESTS_THREADED = \
VALGRIND_TESTS_DISABLE = \
$(TESTS_THREADED) \
$(VALGRIND_IGNORE) \
$(VALGRIND_TO_FIX)

View file

@ -92,6 +92,9 @@ net_gstnettimeprovider_LDADD = \
# these just need valgrind fixing, period
VALGRIND_TO_FIX =
VALGRIND_IGNORE = \
pipelines/stress
# these need fixing because the threads cause segfaults under valgrind
TESTS_THREADED = \
gst/gstminiobject \
@ -99,4 +102,5 @@ TESTS_THREADED = \
VALGRIND_TESTS_DISABLE = \
$(TESTS_THREADED) \
$(VALGRIND_IGNORE) \
$(VALGRIND_TO_FIX)