2017-06-16 10:48:11 +02:00
|
|
|
Index: gnutls-3.5.13/tests/Makefile.am
|
2017-05-20 14:28:31 +02:00
|
|
|
===================================================================
|
2017-06-16 10:48:11 +02:00
|
|
|
--- gnutls-3.5.13.orig/tests/Makefile.am 2017-06-07 07:17:11.000000000 +0200
|
|
|
|
+++ gnutls-3.5.13/tests/Makefile.am 2017-06-08 16:53:59.125158222 +0200
|
2017-05-20 14:28:31 +02:00
|
|
|
@@ -19,7 +19,7 @@
|
|
|
|
# along with this file; if not, write to the Free Software Foundation,
|
|
|
|
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
|
|
|
-SUBDIRS = . cert-tests ocsp-tests key-tests slow dtls windows
|
|
|
|
+SUBDIRS = . cert-tests ocsp-tests key-tests slow windows
|
|
|
|
|
|
|
|
if WANT_TEST_SUITE
|
|
|
|
SUBDIRS += suite
|
|
|
|
@@ -91,7 +91,7 @@ ctests = mini-record-2 simple gc set_pkc
|
|
|
|
crlverify mini-dtls-discard init_fds mini-record-failure \
|
|
|
|
tls-rehandshake-cert-2 custom-urls set_x509_key_mem set_x509_key_file \
|
|
|
|
mini-chain-unsorted x509-verify-with-crl mini-dtls-mtu privkey-verify-broken \
|
|
|
|
- mini-dtls-record-asym openpgp-callback key-import-export \
|
|
|
|
+ mini-dtls-record-asym key-import-export \
|
|
|
|
mini-dtls-fork mini-dtls-pthread mini-key-material x509cert-invalid \
|
2017-06-16 10:48:11 +02:00
|
|
|
tls-ext-register tls-supplemental mini-dtls0-9 \
|
2017-05-20 14:28:31 +02:00
|
|
|
mini-record-retvals mini-server-name tls-etm x509-cert-callback \
|
|
|
|
@@ -236,6 +236,7 @@ endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
if ENABLE_OPENPGP
|
|
|
|
+SUBDIRS += dtls
|
|
|
|
ctests += openpgp-auth openpgp-auth2 openpgp-keyring pgps2kgnu
|
|
|
|
endif
|
|
|
|
|
|
|
|
@@ -244,7 +245,7 @@ ctests += x509self x509dn anonself pskse
|
|
|
|
setcredcrash resume-x509 resume-psk resume-anon
|
|
|
|
|
|
|
|
if ENABLE_OPENPGP
|
|
|
|
-ctests += openpgpself
|
|
|
|
+ctests += openpgpself openpgp-callback
|
|
|
|
endif
|
|
|
|
|
|
|
|
endif
|