diff options
Diffstat (limited to 'src/regress/lib/libssl/openssl-ruby/Makefile')
-rw-r--r-- | src/regress/lib/libssl/openssl-ruby/Makefile | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/src/regress/lib/libssl/openssl-ruby/Makefile b/src/regress/lib/libssl/openssl-ruby/Makefile index e9a904b57c..e67319b8ec 100644 --- a/src/regress/lib/libssl/openssl-ruby/Makefile +++ b/src/regress/lib/libssl/openssl-ruby/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2021/08/30 17:28:46 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2021/08/30 17:34:02 tb Exp $ |
2 | 2 | ||
3 | OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests | 3 | OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests |
4 | RUBY_BINREV = 30 | 4 | RUBY_BINREV = 27 |
5 | RUBY = ruby${RUBY_BINREV} | 5 | RUBY = ruby${RUBY_BINREV} |
6 | 6 | ||
7 | # We work in a subdirectory of obj/ since extconf.rb generates a Makefile whose | 7 | # We work in a subdirectory of obj/ since extconf.rb generates a Makefile whose |
@@ -56,26 +56,6 @@ retest: | |||
56 | rm -f ${_TEST_COOKIE} | 56 | rm -f ${_TEST_COOKIE} |
57 | ${_MAKE} test | 57 | ${_MAKE} test |
58 | 58 | ||
59 | client_cert: ${_BUILD_COOKIE} | ||
60 | -cd ${BUILDDIR} && { \ | ||
61 | ${RUBY} -I. -I${OPENSSL_RUBY_TESTS}/test/openssl \ | ||
62 | -I${OPENSSL_RUBY_TESTS}/lib \ | ||
63 | ${OPENSSL_RUBY_TESTS}/test/openssl/test_ssl.rb \ | ||
64 | -n test_client_ca; \ | ||
65 | } | ||
66 | |||
67 | timestamp: ${_BUILD_COOKIE} | ||
68 | -cd ${BUILDDIR} && { \ | ||
69 | ${RUBY} -I. -I${OPENSSL_RUBY_TESTS}/test/openssl \ | ||
70 | -I${OPENSSL_RUBY_TESTS}/lib \ | ||
71 | ${OPENSSL_RUBY_TESTS}/test/openssl/test_ts.rb \ | ||
72 | -n test_verify_ee_wrong_root_no_intermediate; \ | ||
73 | ${RUBY} -I. -I${OPENSSL_RUBY_TESTS}/test/openssl \ | ||
74 | -I${OPENSSL_RUBY_TESTS}/lib \ | ||
75 | ${OPENSSL_RUBY_TESTS}/test/openssl/test_ts.rb \ | ||
76 | -n test_verify_ee_wrong_root_wrong_intermediate; \ | ||
77 | } | ||
78 | |||
79 | CLEANFILES += ${_BUILD_COOKIE} ${_TEST_COOKIE} ${_BUILDDIR_COOKIE} | 59 | CLEANFILES += ${_BUILD_COOKIE} ${_TEST_COOKIE} ${_BUILDDIR_COOKIE} |
80 | 60 | ||
81 | . if make(clean) || make(cleandir) | 61 | . if make(clean) || make(cleandir) |