diff options
| author | bluhm <> | 2019-05-14 05:48:58 +0000 |
|---|---|---|
| committer | bluhm <> | 2019-05-14 05:48:58 +0000 |
| commit | 22c1c9e8b25c9f9a2e6df5659fa895c5345b3903 (patch) | |
| tree | d54ccf319c551ba42c218129fc40d5e510ec72d5 /src | |
| parent | 076b9689f9bca31fb30753cbb128c6d242db7030 (diff) | |
| download | openbsd-22c1c9e8b25c9f9a2e6df5659fa895c5345b3903.tar.gz openbsd-22c1c9e8b25c9f9a2e6df5659fa895c5345b3903.tar.bz2 openbsd-22c1c9e8b25c9f9a2e6df5659fa895c5345b3903.zip | |
Use propper regress target to integrate better into test framework.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/botan/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/botan/Makefile b/src/regress/lib/libcrypto/botan/Makefile index 9aa3f2ef57..416b0f7081 100644 --- a/src/regress/lib/libcrypto/botan/Makefile +++ b/src/regress/lib/libcrypto/botan/Makefile | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1 2018/11/09 23:44:32 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2019/05/14 05:48:58 bluhm Exp $ |
| 2 | 2 | ||
| 3 | .if ! exists(/usr/local/bin/botan-test) | 3 | .if ! exists(/usr/local/bin/botan-test) |
| 4 | regress: | 4 | regress: |
| 5 | # install botan2 from ports for botan tests with libressl provider | 5 | # install botan2 from ports for botan tests with libressl provider |
| 6 | # pkg_add botan2 | ||
| 6 | @echo SKIPPED | 7 | @echo SKIPPED |
| 7 | .endif | 8 | .endif |
| 8 | 9 | ||
| @@ -13,7 +14,8 @@ regress: | |||
| 13 | # Even if provider openssl is specified, botan-test runs a lot of | 14 | # Even if provider openssl is specified, botan-test runs a lot of |
| 14 | # non-openssl tests. This can be improved later. | 15 | # non-openssl tests. This can be improved later. |
| 15 | 16 | ||
| 16 | regress: | 17 | REGRESS_TARGETS= run-regress |
| 18 | run-regress: | ||
| 17 | /usr/local/bin/botan-test --provider=openssl | 19 | /usr/local/bin/botan-test --provider=openssl |
| 18 | 20 | ||
| 19 | .include <bsd.regress.mk> | 21 | .include <bsd.regress.mk> |
