From 9e47ecc06e8b3ff62f624ac4185e0d074c6177d4 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 9 Dec 2016 15:06:55 +0100 Subject: tests: disable ASAN leak checks on suite tests These detect memory leaks in the tools in src/ which are not critical nor there is serious reason to address. --- tests/suite/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/suite/Makefile.am b/tests/suite/Makefile.am index 2b4f76a9d4..6f1c4b08cb 100644 --- a/tests/suite/Makefile.am +++ b/tests/suite/Makefile.am @@ -97,10 +97,11 @@ nodist_check_SCRIPTS += testpkcs11.sh crl-test endif TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \ - LC_ALL="C" \ - VALGRIND="$(VALGRIND)" \ - top_builddir="$(top_builddir)" \ - srcdir="$(srcdir)" \ + LC_ALL="C" \ + VALGRIND="$(VALGRIND)" \ + top_builddir="$(top_builddir)" \ + srcdir="$(srcdir)" \ + ASAN_OPTIONS="detect_leaks=0" \ OPENSSL_ia32cap=0x00000000 if ENABLE_NON_SUITEB_CURVES -- cgit v1.2.1