summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2021-05-03 18:31:40 +0000
committertb <>2021-05-03 18:31:40 +0000
commit6ed4ddcd23080129c82c1eae57a455601fa53f93 (patch)
treec7d9e1827452f8da3d28daf173c9da6f383203aa /src
parentfdf7e8b32db418930dcd62094f5310f1a0d24a72 (diff)
downloadopenbsd-6ed4ddcd23080129c82c1eae57a455601fa53f93.tar.gz
openbsd-6ed4ddcd23080129c82c1eae57a455601fa53f93.tar.bz2
openbsd-6ed4ddcd23080129c82c1eae57a455601fa53f93.zip
Hook openssl-ruby test to regress tree
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
index 956b7e964e..1df48f2525 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.42 2020/10/14 15:53:22 jsing Exp $ 1# $OpenBSD: Makefile,v 1.43 2021/05/03 18:31:40 tb Exp $
2 2
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
@@ -18,6 +18,7 @@ SUBDIR += key_schedule
18SUBDIR += unit 18SUBDIR += unit
19 19
20# Things that take a long time should go below here. 20# Things that take a long time should go below here.
21SUBDIR += openssl-ruby
21SUBDIR += tlsfuzzer 22SUBDIR += tlsfuzzer
22SUBDIR += interop 23SUBDIR += interop
23 24