diff options
Diffstat (limited to 'src/regress/lib/libcrypto/evp/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/evp/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/src/regress/lib/libcrypto/evp/Makefile b/src/regress/lib/libcrypto/evp/Makefile index 33c77fc1dd..89779ae22a 100644 --- a/src/regress/lib/libcrypto/evp/Makefile +++ b/src/regress/lib/libcrypto/evp/Makefile | |||
| @@ -1,14 +1,18 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.3 2014/07/08 15:53:52 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2022/01/11 19:20:36 tb Exp $ |
| 2 | 2 | ||
| 3 | PROG= evptest | 3 | PROGS= evptest evp_pkey_check |
| 4 | LDADD= -lcrypto | 4 | LDADD= ${CRYPTO_INT} |
| 5 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} |
| 6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
| 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror |
| 8 | 8 | ||
| 9 | REGRESS_TARGETS=regress-evptest | 9 | REGRESS_TARGETS+= regress-evptest |
| 10 | REGRESS_TARGETS+= regress-evp_pkey_check | ||
| 10 | 11 | ||
| 11 | regress-evptest: ${PROG} | 12 | regress-evptest: evptest |
| 12 | ./${PROG} ${.CURDIR}/evptests.txt | 13 | ./evptest ${.CURDIR}/evptests.txt |
| 14 | |||
| 15 | regress-evp_pkey_check: evp_pkey_check | ||
| 16 | ./evp_pkey_check | ||
| 13 | 17 | ||
| 14 | .include <bsd.regress.mk> | 18 | .include <bsd.regress.mk> |
