Skip to content

Commit 739c741

Browse files
author
tb
committed
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.
1 parent 2db8c59 commit 739c741

File tree

4 files changed

+512
-458
lines changed

4 files changed

+512
-458
lines changed

src/regress/lib/libcrypto/bio/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# $OpenBSD: Makefile,v 1.3 2022/12/03 09:55:53 tb Exp $
1+
# $OpenBSD: Makefile,v 1.4 2022/12/08 17:49:02 tb Exp $
2+
3+
PROGS += bio_chain
4+
PROGS += bio_host
5+
PROGS += bio_mem
26

3-
PROG = biotest
47
LDADD = -lcrypto
58
DPADD = ${LIBCRYPTO}
69
WARNINGS = Yes

0 commit comments

Comments
 (0)