diff options
Diffstat (limited to 'src/regress/lib/libcrypto/ocsp/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/ocsp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/ocsp/Makefile b/src/regress/lib/libcrypto/ocsp/Makefile index 5748b48c77..4178f3199f 100644 --- a/src/regress/lib/libcrypto/ocsp/Makefile +++ b/src/regress/lib/libcrypto/ocsp/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2016/07/04 23:43:30 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2016/07/05 00:16:23 beck Exp $ |
2 | 2 | ||
3 | TESTS = \ | 3 | TESTS = \ |
4 | ocsp_test | 4 | ocsp_test |
@@ -16,6 +16,7 @@ CLEANFILES+= ${TESTS} | |||
16 | all_tests: ${TESTS} | 16 | all_tests: ${TESTS} |
17 | @for test in $>; do \ | 17 | @for test in $>; do \ |
18 | ./$$test www.amazon.com 443; \ | 18 | ./$$test www.amazon.com 443; \ |
19 | ./$$test cloudflare.com 443; \ | ||
19 | done | 20 | done |
20 | 21 | ||
21 | .include <bsd.regress.mk> | 22 | .include <bsd.regress.mk> |