mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-15 08:37:51 -05:00
Enable valgrind in (some) tests.
git-svn-id: file:///svn/unbound/trunk@4500 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
1931d6e9cf
commit
237e796955
1 changed files with 5 additions and 1 deletions
6
testdata/03-testbound.tdir/03-testbound.test
vendored
6
testdata/03-testbound.tdir/03-testbound.test
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue