summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/cert-tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cert-tests/Makefile.am b/tests/cert-tests/Makefile.am
index a3160ffcb7..8d4923ad4f 100644
--- a/tests/cert-tests/Makefile.am
+++ b/tests/cert-tests/Makefile.am
@@ -105,11 +105,14 @@ endif
TESTS = $(dist_check_SCRIPTS)
+# Set detect_leaks=0 to ASAN. It seems it is detecting many leaks in tools
+# which are not trivial, and makes no point to address.
TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \
LC_ALL="C" \
VALGRIND="$(VALGRIND)" \
LIBTOOL="$(LIBTOOL)" \
top_builddir="$(top_builddir)" \
+ ASAN_OPTIONS="detect_leaks=0" \
srcdir="$(srcdir)"
if ENABLE_FIPS140