diff options
author | tb <> | 2021-05-03 18:31:40 +0000 |
---|---|---|
committer | tb <> | 2021-05-03 18:31:40 +0000 |
commit | 6ed4ddcd23080129c82c1eae57a455601fa53f93 (patch) | |
tree | c7d9e1827452f8da3d28daf173c9da6f383203aa /src | |
parent | fdf7e8b32db418930dcd62094f5310f1a0d24a72 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += buffer | 4 | SUBDIR += buffer |
@@ -18,6 +18,7 @@ SUBDIR += key_schedule | |||
18 | SUBDIR += unit | 18 | SUBDIR += 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. |
21 | SUBDIR += openssl-ruby | ||
21 | SUBDIR += tlsfuzzer | 22 | SUBDIR += tlsfuzzer |
22 | SUBDIR += interop | 23 | SUBDIR += interop |
23 | 24 | ||