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:
Thomas Vander Stichele 2005-07-11 15:41:07 +00:00
parent dff586d6f8
commit 02df189e5c
2 changed files with 8 additions and 6 deletions

View file

@ -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:

View file

@ -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: