diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2019-06-26 11:27:27 +0200 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2019-06-26 14:17:47 +0300 |
commit | 5d7284a8abdcc0cfd31a8938e61510d4f0ff469d (patch) | |
tree | c83793533152ab3061c5cc8d8661c7b646b7b252 /tests/Makefile.am | |
parent | 30f860261b73a03f26da43a1898b17d185e4042c (diff) | |
download | gnutls-5d7284a8abdcc0cfd31a8938e61510d4f0ff469d.tar.gz |
gnutls_hash/hmac_copy: check its usability in all cases
During the test suite run we require that all supported
MAC and hash algorithms implement the copy function.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 62b2db75e5..98623a20c8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -571,6 +571,7 @@ TESTS_ENVIRONMENT += \ PSK_FILE=$(srcdir)/psk.passwd \ OPENSSL_ia32cap=0x00000000 \ EXEEXT=$(EXEEXT) \ + GNUTLS_TEST_SUITE_RUN=1 \ builddir="$(builddir)" \ top_builddir="$(top_builddir)" \ libdir="$(libdir)" \ |