Lines Matching full:valgrind
369 AC_ARG_ENABLE([valgrind], optenable
370 AS_HELP_STRING([--enable-valgrind],[run all tests under valgrind]),
374 AC_MSG_ERROR([cannot enable valgrind and sanitize address together])
376 AC_CHECK_PROG(HAVE_VALGRIND, valgrind, yes, no)
378 AC_MSG_ERROR([valgrind not found])
383 AC_ARG_WITH([valgrind], optwith
384 AS_HELP_STRING([--with-valgrind],[include directory for Valgrind headers]),
390 #include <valgrind/valgrind.h>
394 [ AC_MSG_ERROR([invalid valgrind include directory: $with_valgrind_headers]) ])
397 AC_ARG_ENABLE([valgrind-annotations],
398 AS_HELP_STRING([--enable-valgrind-annotations],[insert extra annotations for better valgrind suppor…
402 AC_MSG_CHECKING([whether Valgrind headers are available])
404 #include <valgrind/valgrind.h>
407 [ AC_MSG_ERROR([valgrind annotations requested but no headers are available]) ])
917 Extra Valgrind annotations : ${use_vg_annotations}
929 run all tests under valgrind : ${use_valgrind}