From: Nikos Mavrogiannopoulos Date: Fri, 3 Jun 2016 15:07:28 +0000 (+0200) Subject: tests: move pkcs11-cert-import-url4-exts with the other pkcs11 tests X-Git-Tag: gnutls_3_5_1~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a8aaf303684d88a0d9944571a17f87f1ef0171d;p=thirdparty%2Fgnutls.git tests: move pkcs11-cert-import-url4-exts with the other pkcs11 tests This prevents a build failure in windows. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 721324e9d4..f714923625 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -107,7 +107,7 @@ ctests = mini-record-2 simple gc set_pkcs12_cred certder certuniqueid \ set_x509_key_file_der set_x509_pkcs12_key crt_apis tls1.2-cert-key-exchange \ tls1.1-cert-key-exchange tls1.0-cert-key-exchange ssl3.0-cert-key-exchange \ dtls1.2-cert-key-exchange dtls1.0-cert-key-exchange x509-cert-callback-legacy \ - keylog-env ssl2-hello tlsfeature-ext pkcs11-cert-import-url4-exts + keylog-env ssl2-hello tlsfeature-ext if HAVE_SECCOMP_TESTS ctests += dtls-with-seccomp tls-with-seccomp dtls-client-with-seccomp tls-client-with-seccomp @@ -149,7 +149,8 @@ pkcs11_get_exts_DEPENDENCIES = libpkcs11mock1.la libutils.la pkcs11_get_raw_issuer_exts_SOURCES = pkcs11/pkcs11-get-raw-issuer-exts.c pkcs11_get_raw_issuer_exts_DEPENDENCIES = libpkcs11mock1.la libutils.la -ctests += pkcs11-cert-import-url-exts pkcs11-get-exts pkcs11-get-raw-issuer-exts +ctests += pkcs11-cert-import-url-exts pkcs11-get-exts pkcs11-get-raw-issuer-exts \ + pkcs11-cert-import-url4-exts endif endif