summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/Makefile
blob: 2f6b165ae65839e89d67841f0bf46fa6397fd73a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $OpenBSD: Makefile,v 1.16 2023/01/27 08:28:36 tb Exp $

SUBDIR =	libressl openssl openssl11 openssl30

# the above binaries must have been built before we can continue
SUBDIR +=	netcat
SUBDIR +=	session
SUBDIR +=	botan

# What is below takes a long time.
# setting REGRESS_SKIP_SLOW to "yes" in mk.conf
# will skip the tests that do not test libressl
# but do things like test openssl to openssl11
SUBDIR +=	version
SUBDIR +=	cipher
# This takes a really long time. 
SUBDIR +=	cert

.include <bsd.subdir.mk>