summaryrefslogtreecommitdiff
path: root/tests/suite
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-12-20 20:37:32 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-12-20 22:06:03 +0100
commit09d4b8f2d79166e39df7e2edf69780b064d8aa6f (patch)
tree8a0a72e83eb6890494b81674d7363ab5624cf3f3 /tests/suite
parentfa502cf3785c8ad1c7660018b5d4eb7b3907bb02 (diff)
downloadgnutls-09d4b8f2d79166e39df7e2edf69780b064d8aa6f.tar.gz
tests: ensure test suite does not apply global config
When running the test suite we do not apply the global gnutls configration as it may change options that are tested. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'tests/suite')
-rw-r--r--tests/suite/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/suite/Makefile.am b/tests/suite/Makefile.am
index 21966ac898..fd8fac7919 100644
--- a/tests/suite/Makefile.am
+++ b/tests/suite/Makefile.am
@@ -103,6 +103,7 @@ TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \
srcdir="$(srcdir)" \
ASAN_OPTIONS="detect_leaks=0" \
GNUTLS_TEST_SUITE_RUN=1 \
+ GNUTLS_SYSTEM_PRIORITY_FILE=$(srcdir)/../system.prio \
OPENSSL_ia32cap=0x00000000
if ENABLE_NON_SUITEB_CURVES