diff options
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libssl/interop/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/interop/Makefile b/src/regress/lib/libssl/interop/Makefile index 0bd1195d39..aa9c3adf56 100644 --- a/src/regress/lib/libssl/interop/Makefile +++ b/src/regress/lib/libssl/interop/Makefile | |||
@@ -1,13 +1,19 @@ | |||
1 | # $OpenBSD: Makefile,v 1.12 2020/09/15 01:45:16 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.13 2020/09/21 15:13:24 beck Exp $ |
2 | 2 | ||
3 | SUBDIR = libressl openssl openssl11 | 3 | SUBDIR = libressl openssl openssl11 |
4 | 4 | ||
5 | # the above binaries must have been built before we can continue | 5 | # the above binaries must have been built before we can continue |
6 | SUBDIR += cert | ||
7 | SUBDIR += cipher | ||
8 | SUBDIR += version | ||
9 | SUBDIR += netcat | 6 | SUBDIR += netcat |
10 | SUBDIR += session | 7 | SUBDIR += session |
11 | SUBDIR += botan | 8 | SUBDIR += botan |
12 | 9 | ||
10 | # What is below takes a long time. | ||
11 | # setting REGRESS_SKIP_SLOW to "yes" in mk.conf | ||
12 | # will skip the tests that do not test libressl | ||
13 | # but do things like test openssl to openssl11 | ||
14 | SUBDIR += version | ||
15 | SUBDIR += cipher | ||
16 | # This takes a really long time. | ||
17 | SUBDIR += cert | ||
18 | |||
13 | .include <bsd.subdir.mk> | 19 | .include <bsd.subdir.mk> |