Split biotest into its three logical parts
authortb <tb@openbsd.org>
Thu, 8 Dec 2022 17:49:02 +0000 (17:49 +0000)
committertb <tb@openbsd.org>
Thu, 8 Dec 2022 17:49:02 +0000 (17:49 +0000)
commit720505cf7dda7a37320557697e38f275bbb49ae5
treeec2af0c46ad32cdd3bd32eb793c43ddcd3fb3c37
parentca6da2b30680dd96c63486ad2afb679e0b1b902a
Split biotest into its three logical parts

Some parts of this test rely on unportable behavior, so cannot run in
portable. This way we can run more tests for portable which is helpful
for analysis tools, better coverage, etc.
regress/lib/libcrypto/bio/Makefile
regress/lib/libcrypto/bio/bio_chain.c [new file with mode: 0644]
regress/lib/libcrypto/bio/bio_host.c [new file with mode: 0644]
regress/lib/libcrypto/bio/bio_mem.c [new file with mode: 0644]
regress/lib/libcrypto/bio/biotest.c [deleted file]