don't valgrind as part of make check for now
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 11 Jul 2005 15:41:07 +0000 (15:41 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 11 Jul 2005 15:41:07 +0000 (15:41 +0000)
Original commit message from CVS:
don't valgrind as part of make check for now

check/Makefile.am
tests/check/Makefile.am

index 46910a1..ff795c8 100644 (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:
index 46910a1..ff795c8 100644 (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: