summaryrefslogtreecommitdiff
path: root/tests/crypto/libcrypto/Makefile
blob: 5e4e609a5648b159b52ceec1f8e54d8b42a05dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $NetBSD: Makefile,v 1.9 2012/07/14 04:06:17 christos Exp $

.include <bsd.own.mk>

.if ${MKCRYPTO} != "no"

#__MINIX: Unsupported: threads
SUBDIR+=bf bn cast conf des dh dsa ec ecdh ecdsa engine evp hmac lhash \
	md2 md4 md5 rand rc2 rc4 ripemd rsa sha sha1 srp x509v3

SUBDIR+=idea mdc2

.if ${MKCRYPTO_RC5} != "no"
SUBDIR+=rc5
.endif

TESTSDIR=	${TESTSBASE}/crypto/libcrypto

TESTS_SH=	t_certs
TESTS_SH+=	t_ciphers
TESTS_SH+=	t_hashes
TESTS_SH+=	t_libcrypto
TESTS_SH+=	t_pubkey

.include <bsd.test.mk>

.else

NOPROG=

.include <bsd.prog.mk>

.endif