summaryrefslogtreecommitdiff
path: root/tests/slow
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-07-05 11:44:59 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-07-05 14:50:47 +0200
commit1c791b698204c115395c556f7c1b60f3931f939a (patch)
tree0eb8e3b9c2475608380edfff00b8010554a310ac /tests/slow
parentc80220e0556e9b21299a5281f9e3ec1fb1a78676 (diff)
downloadgnutls-1c791b698204c115395c556f7c1b60f3931f939a.tar.gz
tests: when testing with openssl disallow any CPU optimizations
This ensures that we test our optimized code (which is mostly openssl based), with code that is not identical.
Diffstat (limited to 'tests/slow')
-rw-r--r--tests/slow/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/slow/Makefile.am b/tests/slow/Makefile.am
index 0582b52664..a3e8fc37da 100644
--- a/tests/slow/Makefile.am
+++ b/tests/slow/Makefile.am
@@ -64,6 +64,7 @@ EXTRA_DIST = README
TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \
LC_ALL="C" \
+ OPENSSL_ia32cap=0x00000000 \
top_builddir="$(top_builddir)" \
srcdir="$(srcdir)"