Enable valgrind in (some) tests.

git-svn-id: file:///svn/unbound/trunk@4500 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2018-02-02 11:24:00 +00:00
parent 1931d6e9cf
commit 237e796955

View file

@ -11,7 +11,11 @@ get_make
exitval=0
# quiet="" to make verbose
do_valgrind=no
if test -f $PRE/unbound_do_valgrind_in_test; then
do_valgrind=yes
else
do_valgrind=no
fi
VALGRIND_FLAGS="--leak-check=full --show-leak-kinds=all"
# valgrind mode for debug
#if grep "staticexe=-static" $PRE/Makefile >/dev/null 2>&1; then