mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
don't valgrind as part of make check for now
Original commit message from CVS: don't valgrind as part of make check for now
This commit is contained in:
parent
dff586d6f8
commit
02df189e5c
2 changed files with 8 additions and 6 deletions
|
@ -92,11 +92,12 @@ VALGRIND_TESTS_DISABLE = \
|
|||
$(TESTS_TO_FIX)
|
||||
|
||||
if HAVE_VALGRIND
|
||||
check-local:
|
||||
# hangs spectacularly on some machines, so let's not do this by default yet
|
||||
check-local-disabled:
|
||||
make valgrind
|
||||
else
|
||||
check-local:
|
||||
true
|
||||
check-local-disabled:
|
||||
@true
|
||||
endif
|
||||
|
||||
valgrind:
|
||||
|
|
|
@ -92,11 +92,12 @@ VALGRIND_TESTS_DISABLE = \
|
|||
$(TESTS_TO_FIX)
|
||||
|
||||
if HAVE_VALGRIND
|
||||
check-local:
|
||||
# hangs spectacularly on some machines, so let's not do this by default yet
|
||||
check-local-disabled:
|
||||
make valgrind
|
||||
else
|
||||
check-local:
|
||||
true
|
||||
check-local-disabled:
|
||||
@true
|
||||
endif
|
||||
|
||||
valgrind:
|
||||
|
|
Loading…
Reference in a new issue