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.11
1# $NetBSD: Makefile,v 1.11 2017/05/21 15:28:42 riastradh Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+=bf bn cast conf des dh dsa ec ecdh ecdsa engine evp hmac lhash \
6	md2 md4 md5 rand rc2 rc4 ripemd rsa sha sha1 srp threads x509v3
7
8SUBDIR+=idea mdc2
9SUBDIR+=rc5
10
11TESTSDIR=	${TESTSBASE}/crypto/libcrypto
12
13TESTS_SH=	t_certs
14TESTS_SH+=	t_ciphers
15TESTS_SH+=	t_hashes
16TESTS_SH+=	t_libcrypto
17TESTS_SH+=	t_pubkey
18
19.include <bsd.test.mk>
20

Indexes created Mon Jan 26 14:10:17 GMT 2026