Cross Reference: Makefile
xref: /src/tests/crypto/libcrypto/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/crypto/libcrypto/
Makefile revision 1.17
1# $NetBSD: Makefile,v 1.17 2025/07/19 11:36:10 christos Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+=bf bn cast conf des dh dsa ec engine evp hmac \
6	rc2 rc4 rsa srp threads
7
8.if ${HAVE_OPENSSL} <= 11
9SUBDIR+= ecdh ecdsa md2
10.endif
11
12SUBDIR+=idea mdc2
13SUBDIR+=rc5
14
15.if ${HAVE_OPENSSL} == 10
16SUBDIR += lhash sha x509v3
17.endif
18
19TESTSDIR=	${TESTSBASE}/crypto/libcrypto
20
21TESTS_C+=		t_sha512trunc
22DPADD.t_sha512trunc+=	${LIBCRYPTO} ${LIBPTHREAD}
23LDADD.t_sha512trunc+=	-lcrypto -lpthread
24
25.if ${HAVE_OPENSSL} == 10
26TESTS_SH=	t_certs
27.endif
28TESTS_SH+=	t_ciphers
29TESTS_SH+=	t_hashes
30TESTS_SH+=	t_libcrypto
31TESTS_SH+=	t_pubkey
32
33.include <bsd.test.mk>
34

Indexes created Sun Dec 14 21:09:31 GMT 2025