tests: remove QCRYPTO_HAVE_TLS_TEST_SUPPORT
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Jun 2021 15:36:55 +0000 (17:36 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 25 Jun 2021 08:53:46 +0000 (10:53 +0200)
commit4c1f23cfb84c386a8f4f5433f0fd98e0c85d057b
tree54c2aaed1e8799d94d00b5de06cdc5660b732a94
parent72150df2c5654870d5468bc4477783497b910816
tests: remove QCRYPTO_HAVE_TLS_TEST_SUPPORT

meson.build already decides whether it is possible to build the TLS
test suite.  There is no need to include that in the source as well.
The dummy tests in fact are broken because they do not produce valid
TAP output (empty output is rejected by scripts/tap-driver.pl).

Cc: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/unit/crypto-tls-psk-helpers.c
tests/unit/crypto-tls-psk-helpers.h
tests/unit/crypto-tls-x509-helpers.c
tests/unit/crypto-tls-x509-helpers.h
tests/unit/pkix_asn1_tab.c
tests/unit/test-crypto-tlscredsx509.c
tests/unit/test-crypto-tlssession.c
tests/unit/test-io-channel-tls.c