X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fvalgrind-tests.m4;h=ab9e25a841b3ef9a1d4df41edfdda4a985ea45c4;hb=cd756d0a82b95b0d16e2aa1b841ecb8ff35056b1;hp=e2434c6b83e28ed0606a8dc922ffb7ff8d2a2484;hpb=e85c3f8fb0807bed4ce05f5b410d1e4d3929bc6e;p=gnulib.git diff --git a/m4/valgrind-tests.m4 b/m4/valgrind-tests.m4 index e2434c6b8..ab9e25a84 100644 --- a/m4/valgrind-tests.m4 +++ b/m4/valgrind-tests.m4 @@ -1,5 +1,5 @@ -# valgrind-tests.m4 serial 1 -dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +# valgrind-tests.m4 serial 2 +dnl Copyright (C) 2008-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -23,7 +23,7 @@ AC_DEFUN([gl_VALGRIND_TESTS], if test -n "$VALGRIND" && $VALGRIND -q true > /dev/null 2>&1; then opt_valgrind_tests=yes - VALGRIND="$VALGRIND -q" + VALGRIND="$VALGRIND -q --error-exitcode=1 --leak-check=full" else opt_valgrind_tests=no VALGRIND=