X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fvalgrind-tests.m4;h=ab9e25a841b3ef9a1d4df41edfdda4a985ea45c4;hb=a2eb92ef60dd05e9423948534ab483f7ffeb0647;hp=8f90dac61d58c2dfa995cb0b750677d202a27d10;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/valgrind-tests.m4 b/m4/valgrind-tests.m4 index 8f90dac61..ab9e25a84 100644 --- a/m4/valgrind-tests.m4 +++ b/m4/valgrind-tests.m4 @@ -1,4 +1,4 @@ -# valgrind-tests.m4 serial 1 +# 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, @@ -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=