From ca167c037ff26640e96d79690206a703169dfebd Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 3 May 2021 18:31:40 +0000 Subject: [PATCH] Hook openssl-ruby test to regress tree --- regress/lib/libssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile index 956b7e964ea..1df48f2525d 100644 --- a/regress/lib/libssl/Makefile +++ b/regress/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2020/10/14 15:53:22 jsing Exp $ +# $OpenBSD: Makefile,v 1.43 2021/05/03 18:31:40 tb Exp $ SUBDIR += asn1 SUBDIR += buffer @@ -18,6 +18,7 @@ SUBDIR += key_schedule SUBDIR += unit # Things that take a long time should go below here. +SUBDIR += openssl-ruby SUBDIR += tlsfuzzer SUBDIR += interop -- 2.20.1