summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
authorbeck <>2020-09-21 15:13:24 +0000
committerbeck <>2020-09-21 15:13:24 +0000
commit9d558960cf920187dcf488f05a3decde546bbddc (patch)
treea3c21e131c8eed8abf93309cb7dd44dea8364462 /src/regress/lib/libssl/Makefile
parent27ff728c524e9adfa73f3906fd342bb9fd830e98 (diff)
downloadopenbsd-9d558960cf920187dcf488f05a3decde546bbddc.tar.gz
openbsd-9d558960cf920187dcf488f05a3decde546bbddc.tar.bz2
openbsd-9d558960cf920187dcf488f05a3decde546bbddc.zip
1) Move the interop tests to the end so we see tlsfuzzer first
2) Reorder the interop tests so the really slow "cert" test is at the end 3) Change the cert tests to use REGRESS_SLOW_TARGETS when testing combination of client and server that does not involve libressl. This way we can skip testing openssl to openssl11 when running these manually by setting REGRESS_SKIP_SLOW to "yet" in mk.conf ok jsing@
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r--src/regress/lib/libssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
index a6b93eed42..078f750842 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.39 2020/05/21 10:46:29 tb Exp $ 1# $OpenBSD: Makefile,v 1.40 2020/09/21 15:13:24 beck Exp $
2 2
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
@@ -16,8 +16,8 @@ SUBDIR += key_schedule
16SUBDIR += unit 16SUBDIR += unit
17 17
18# Things that take a long time should go below here. 18# Things that take a long time should go below here.
19SUBDIR += interop
20SUBDIR += tlsfuzzer 19SUBDIR += tlsfuzzer
20SUBDIR += interop
21 21
22install: 22install:
23 23