Add valrind-5 test here too.
This commit is contained in:
parent
2ea03d1f6d
commit
2b40a7dfcd
|
@ -152,7 +152,7 @@ case "$config" in
|
||||||
LIBCRYPTOFLAGS="--without-openssl"
|
LIBCRYPTOFLAGS="--without-openssl"
|
||||||
TEST_TARGET=t-exec
|
TEST_TARGET=t-exec
|
||||||
;;
|
;;
|
||||||
valgrind-[1-4]|valgrind-unit)
|
valgrind-[1-5]|valgrind-unit)
|
||||||
# rlimit sandbox and FORTIFY_SOURCE confuse Valgrind.
|
# rlimit sandbox and FORTIFY_SOURCE confuse Valgrind.
|
||||||
CONFIGFLAGS="--without-sandbox --without-hardening"
|
CONFIGFLAGS="--without-sandbox --without-hardening"
|
||||||
CONFIGFLAGS="$CONFIGFLAGS --with-cppflags=-D_FORTIFY_SOURCE=0"
|
CONFIGFLAGS="$CONFIGFLAGS --with-cppflags=-D_FORTIFY_SOURCE=0"
|
||||||
|
|
Loading…
Reference in New Issue