summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-09 15:06:55 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-09 15:06:58 +0100
commit9e47ecc06e8b3ff62f624ac4185e0d074c6177d4 (patch)
tree142fce8fd884ac4ed4f178dcc3652f7b53ddf09a
parenteaeec9a1f61e4f422d9a8f6ccdc52b14cf9066bd (diff)
downloadgnutls-9e47ecc06e8b3ff62f624ac4185e0d074c6177d4.tar.gz
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.
-rw-r--r--tests/suite/Makefile.am9
1 files 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