summaryrefslogtreecommitdiff
path: root/tests/crypto/opencrypto/Makefile
blob: d415af630eafd598dbe99bf8ebb68f768fd7f2fd (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
34
# $NetBSD: Makefile,v 1.5 2019/12/03 04:20:45 hikaru Exp $

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/crypto/opencrypto

TESTS_SH+=	t_opencrypto

BINDIR=		${TESTSDIR}
MKMAN=		no

PROGS+=		h_aescbc
PROGS+=		h_aesctr1
PROGS+=		h_aesctr2
PROGS+=		h_arc4
PROGS+=		h_camellia
PROGS+=		h_cbcdes
PROGS+=		h_cbc3des
PROGS+=		h_comp
PROGS+=		h_comp_zlib
PROGS+=		h_comp_zlib_rnd
PROGS+=		h_gcm
PROGS+=		h_md5
PROGS+=		h_md5hmac
PROGS+=		h_null
PROGS+=		h_sha1hmac
PROGS+=		h_sha2hmac
PROGS+=		h_xcbcmac
PROGS+=		h_ioctl

LDADD.h_comp_zlib+=	-lz
LDADD.h_comp_zlib_rnd+=	-lz

.include <bsd.test.mk>