Home | History | Annotate | Download | only in dist

Lines Matching refs:VALGRIND

686 VALGRIND
1425 --enable-valgrind-tests run checks through valgrind (default = no)
3095 # Check whether --enable-valgrind-tests was given.
3099 # Run self-tests under valgrind?
3101 for ac_prog in valgrind
3110 if test -n "$VALGRIND"; then
3111 ac_cv_prog_VALGRIND="$VALGRIND" # Let the user override the test.
3130 VALGRIND=$ac_cv_prog_VALGRIND
3131 if test -n "$VALGRIND"; then
3132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VALGRIND" >&5
3133 $as_echo "$VALGRIND" >&6; }
3140 test -n "$VALGRIND" && break
3147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether valgrind is working" >&5
3148 $as_echo_n "checking whether valgrind is working... " >&6; }
3149 if test -n "$VALGRIND" \
3150 && $VALGRIND $VALGRIND_OPTS $SHELL -c 'exit 0' > /dev/null 2>&1; then
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for valgrind suppression file" >&5
3158 $as_echo_n "checking for valgrind suppression file... " >&6; }
3170 VALGRIND=
3177 *) as_fn_error $? "Bad value for --enable-valgrind-tests: Use yes or no" "$LINENO" 5 ;;