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
commit11de539d915a22f42d21f9ed4114d8edd9a3f93d (patch)
treea3c21e131c8eed8abf93309cb7dd44dea8364462 /src/regress/lib/libssl/Makefile
parentb4bc8d8b755aef4f7b08455fb0bbf31f536da85b (diff)
downloadopenbsd-11de539d915a22f42d21f9ed4114d8edd9a3f93d.tar.gz
openbsd-11de539d915a22f42d21f9ed4114d8edd9a3f93d.tar.bz2
openbsd-11de539d915a22f42d21f9ed4114d8edd9a3f93d.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