xref: /freebsd/tests/sys/geom/class/eli/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1e22ad7bcSEnji Cooper.PATH: ${SRCTOP}/sys/geom/eli ${SRCTOP}/sys/crypto/sha2
2e22ad7bcSEnji Cooper
31f4bcc45SGlen BarberPACKAGE=	tests
4430f7286SEnji Cooper
5fe815331SKyle EvansWARNS?=		3
6fe815331SKyle Evans
709d98641SEnji CooperTESTSDIR=	${TESTSBASE}/sys/geom/class/${.CURDIR:T}
809d98641SEnji Cooper
9e22ad7bcSEnji CooperATF_TESTS_C=	pbkdf2_test
10f397a004SAlan SomersATF_TESTS_SH+=	attach_test
11f397a004SAlan SomersATF_TESTS_SH+=	configure_test
12f397a004SAlan SomersATF_TESTS_SH+=	delkey_test
13f397a004SAlan SomersATF_TESTS_SH+=	detach_test
14f397a004SAlan SomersATF_TESTS_SH+=	init_test
15f397a004SAlan SomersATF_TESTS_SH+=	integrity_test
16f397a004SAlan SomersATF_TESTS_SH+=	kill_test
170bab7fa8SAlan SomersATF_TESTS_SH+=	misc_test
18f397a004SAlan SomersATF_TESTS_SH+=	onetime_test
19d9eb18acSPawel Jakub DawidekATF_TESTS_SH+=	online_resize_test
206f818c1fSAlan SomersATF_TESTS_SH+=	reentrancy_test
21f397a004SAlan SomersATF_TESTS_SH+=	resize_test
22f397a004SAlan SomersATF_TESTS_SH+=	setkey_test
23e22ad7bcSEnji Cooper
24430f7286SEnji Cooper${PACKAGE}FILES+=		conf.sh
2509d98641SEnji Cooper
261c0b5002SGleb SmirnoffCFLAGS.pbkdf2_test=	-I${SRCTOP}/sys
27e22ad7bcSEnji Cooper
28e22ad7bcSEnji CooperSRCS.pbkdf2_test=	\
29e22ad7bcSEnji Cooper		hmac_test.c \
30e22ad7bcSEnji Cooper		g_eli_crypto.c \
31e22ad7bcSEnji Cooper		g_eli_hmac.c \
32e22ad7bcSEnji Cooper		pkcs5v2.c \
33e22ad7bcSEnji Cooper		sha512c.c \
34e22ad7bcSEnji Cooper		sha256c.c
35e22ad7bcSEnji Cooper
36e22ad7bcSEnji CooperLIBADD.pbkdf2_test= crypto
37e22ad7bcSEnji Cooper
38*9c046792SMark JohnstonPROGS+= unaligned_io
39*9c046792SMark JohnstonBINDIR?= ${TESTSDIR}
40*9c046792SMark Johnston
41e22ad7bcSEnji Coopertestvect.h:
42e22ad7bcSEnji Cooper	python gentestvect.py > ${.TARGET}
43e22ad7bcSEnji Cooper
4409d98641SEnji Cooper.include <bsd.test.mk>
45