From: Nikos Mavrogiannopoulos Date: Tue, 16 Oct 2018 13:06:04 +0000 (+0200) Subject: tests: eagain-auto-auth: only compiled in systems with cmocka available X-Git-Tag: gnutls_3_6_5~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f2d3f0128751e56346223b4d642e4ff0d8bb911;p=thirdparty%2Fgnutls.git tests: eagain-auto-auth: only compiled in systems with cmocka available This fixes build issue at MacOSX CI. Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 25c2bf624d..b84a31426f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -157,7 +157,7 @@ ctests += mini-record-2 simple gnutls_hmac_fast set_pkcs12_cred cert certuniquei long-session-id mini-x509-callbacks-intr mini-dtls-lowmtu set_x509_key_file-late \ crlverify mini-dtls-discard init_fds mini-record-failure \ tls12-rehandshake-cert-2 custom-urls set_x509_key_mem set_x509_key_file \ - tls12-rehandshake-cert-auto eagain-auto-auth \ + tls12-rehandshake-cert-auto \ mini-chain-unsorted x509-verify-with-crl mini-dtls-mtu privkey-verify-broken \ mini-dtls-record-asym key-import-export priority-set priority-set2 \ pubkey-import-export sign-is-secure spki spki-abstract rsa-rsa-pss \ @@ -215,7 +215,8 @@ endif if HAVE_CMOCKA CMOCKA_LDADD = $(COMMON_LDADD) $(CMOCKA_LIBS) ctests += dtls-sliding-window ip-utils name-constraints-ip conv-utf8 str-unicode str-idna \ - tls10-prf tls12-prf gnutls_record_overhead eagain tls12-rehandshake-cert + tls10-prf tls12-prf gnutls_record_overhead eagain tls12-rehandshake-cert \ + eagain-auto-auth gnutls_record_overhead_LDADD = $(CMOCKA_LDADD) dtls_sliding_window_LDADD = $(CMOCKA_LDADD)