From 02df189e5c4625a822858bc228e565ccd08bbf3e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 11 Jul 2005 15:41:07 +0000 Subject: [PATCH] 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 --- check/Makefile.am | 7 ++++--- tests/check/Makefile.am | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/check/Makefile.am b/check/Makefile.am index 46910a1..ff795c8 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -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: diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 46910a1..ff795c8 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -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: -- 2.7.4