test cleanup: move helper .c and .h files to test/helpers/
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Sun, 29 Nov 2020 11:40:10 +0000 (12:40 +0100)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 1 Dec 2020 06:49:38 +0000 (07:49 +0100)
commit20f8bc72552932393023f5bc5b436cc40cdd1348
tree3d3db6acede00003b309439006cd4bbcb02e2438
parent93a9ffa6c2d8440328deca5e860ae9cf38d81d8a
test cleanup: move helper .c and .h files to test/helpers/

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13568)
42 files changed:
test/asynciotest.c
test/build.info
test/cmp_asn_test.c
test/cmp_client_test.c
test/cmp_ctx_test.c
test/cmp_hdr_test.c
test/cmp_msg_test.c
test/cmp_protect_test.c
test/cmp_server_test.c
test/cmp_status_test.c
test/cmp_vfy_test.c
test/dtls_mtu_test.c
test/dtlstest.c
test/endecode_test.c
test/evp_test.c
test/evp_test.h [deleted file]
test/fatalerrtest.c
test/gosttest.c
test/helpers/cmp_testlib.c [moved from test/cmp_testlib.c with 100% similarity]
test/helpers/cmp_testlib.h [moved from test/cmp_testlib.h with 95% similarity]
test/helpers/handshake.c [moved from test/handshake_helper.c with 99% similarity]
test/helpers/handshake.h [moved from test/handshake_helper.h with 100% similarity]
test/helpers/pkcs12.c [moved from test/pkcs12_helper.c with 99% similarity]
test/helpers/pkcs12.h [moved from test/pkcs12_helper.h with 99% similarity]
test/helpers/predefined_dhparams.c [moved from test/predefined_dhparams.c with 100% similarity]
test/helpers/predefined_dhparams.h [moved from test/predefined_dhparams.h with 100% similarity]
test/helpers/ssl_test_ctx.c [moved from test/ssl_test_ctx.c with 99% similarity]
test/helpers/ssl_test_ctx.h [moved from test/ssl_test_ctx.h with 100% similarity]
test/helpers/ssltestlib.c [moved from test/ssltestlib.c with 99% similarity]
test/helpers/ssltestlib.h [moved from test/ssltestlib.h with 100% similarity]
test/pkcs12_format_test.c
test/recipes/80-test_ssl_old.t
test/recordlentest.c
test/servername_test.c
test/ssl_old_test.c [moved from test/ssltest_old.c with 99% similarity]
test/ssl_test.c
test/ssl_test_ctx_test.c
test/sslapitest.c
test/sslbuffertest.c
test/sslcorrupttest.c
test/testutil/output.c [moved from test/testutil/output_helpers.c with 100% similarity]
test/tls13ccstest.c