]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: global-init-override do not run in windows
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 11 Oct 2019 13:57:43 +0000 (15:57 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 30 Oct 2019 09:39:11 +0000 (10:39 +0100)
It cannot be compiled in f30.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
tests/Makefile.am

index 0f488867de612eb9058e49cb6926b10f70d09156..d3ae2a5df7ece82cc211c0a864b2ada48b6f41db 100644 (file)
@@ -179,7 +179,7 @@ ctests += mini-record-2 simple gnutls_hmac_fast set_pkcs12_cred cert certuniquei
         fallback-scsv pkcs8-key-decode urls dtls-rehandshake-cert rfc7633-ok \
         key-usage-rsa key-usage-ecdhe-rsa mini-session-verify-function auto-verify \
         record-timeouts mini-dtls-hello-verify-48 set-default-prio \
-        tls12-anon-upgrade global-init-override tlsext-decoding rsa-psk-cb \
+        tls12-anon-upgrade tlsext-decoding rsa-psk-cb \
         rehandshake-switch-cert rehandshake-switch-cert-allow rehandshake-switch-cert-client \
         rehandshake-switch-cert-client-allow handshake-versions dtls-handshake-versions \
         dtls-max-record tls12-max-record alpn-server-prec ocsp-filename-memleak \
@@ -471,7 +471,8 @@ buffer_CPPFLAGS = $(AM_CPPFLAGS) \
 
 if ENABLE_PKCS11
 if !WINDOWS
-ctests += tls13/post-handshake-with-cert-pkcs11 pkcs11/tls-neg-pkcs11-no-key
+ctests += tls13/post-handshake-with-cert-pkcs11 pkcs11/tls-neg-pkcs11-no-key \
+       global-init-override
 tls13_post_handshake_with_cert_pkcs11_DEPENDENCIES = libpkcs11mock2.la libutils.la
 tls13_post_handshake_with_cert_pkcs11_LDADD = $(LDADD) $(LIBDL)
 pkcs11_tls_neg_pkcs11_no_key_DEPENDENCIES = libpkcs11mock2.la libutils.la