diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-05-08 07:02:16 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-05-10 10:44:21 +0200 |
commit | 1a3fb1f582880e06944bf2e12800a0fbc5e52779 (patch) | |
tree | dd0b36aa6fbfc968873f3addc8f185bd75f72b66 /tests/Makefile.am | |
parent | fdacda0d3c055742665ec09bf52f595ada4ff8d0 (diff) | |
download | gnutls-1a3fb1f582880e06944bf2e12800a0fbc5e52779.tar.gz |
tests: added check for gnutls-cli's sni-hostname option
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a2468b7242..082da9bd31 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -323,7 +323,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 + ocsp-tests/ocsp-test cipher-listings.sh sni-hostname.sh if ENABLE_DANE dist_check_SCRIPTS += danetool.sh endif |