summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-20 08:26:47 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-20 14:46:37 +0200
commitcf67f8e20d941a4b5ca4e5fdce309dbab4e71031 (patch)
tree8a42a0e81c3c10e4f3fdb196c3e4d1f05f838eae /tests/Makefile.am
parentbcae8ce72be5baf93c3941882e979ce57c87ecf5 (diff)
downloadgnutls-cf67f8e20d941a4b5ca4e5fdce309dbab4e71031.tar.gz
tests: added TLS server test for multi-key usage
That is, a server which utilizes both RSA and ECDSA keys. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3bac80b531..575f54f7f9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -326,7 +326,7 @@ if !WINDOWS
dist_check_SCRIPTS += fastopen.sh pkgconfig.sh starttls.sh starttls-ftp.sh starttls-smtp.sh \
starttls-lmtp.sh starttls-pop3.sh starttls-nntp.sh starttls-sieve.sh \
ocsp-tests/ocsp-tls-connection ocsp-tests/ocsp-must-staple-connection \
- ocsp-tests/ocsp-test cipher-listings.sh sni-hostname.sh
+ ocsp-tests/ocsp-test cipher-listings.sh sni-hostname.sh server-multi-keys.sh
if ENABLE_DANE
dist_check_SCRIPTS += danetool.sh
endif