xref: /freebsd/tests/sys/geom/class/mirror/Makefile (revision a19e74290194cd27ff028cf93bb4d4256c3b15db)
109d98641SEnji Cooper# $FreeBSD$
209d98641SEnji Cooper
31f4bcc45SGlen BarberPACKAGE=	tests
4430f7286SEnji Cooper
509d98641SEnji CooperTESTSDIR=	${TESTSBASE}/sys/geom/class/${.CURDIR:T}
609d98641SEnji Cooper
709d98641SEnji CooperTAP_TESTS_SH+=	1_test
809d98641SEnji CooperTAP_TESTS_SH+=	2_test
909d98641SEnji CooperTAP_TESTS_SH+=	3_test
1009d98641SEnji CooperTAP_TESTS_SH+=	4_test
1109d98641SEnji CooperTAP_TESTS_SH+=	5_test
1209d98641SEnji CooperTAP_TESTS_SH+=	6_test
1309d98641SEnji CooperTAP_TESTS_SH+=	7_test
14f55b9be8SMark JohnstonTAP_TESTS_SH+=	8_test
15f55b9be8SMark JohnstonTAP_TESTS_SH+=	9_test
16ca623e07SMark JohnstonTAP_TESTS_SH+=	10_test
17ca623e07SMark JohnstonTAP_TESTS_SH+=	11_test
18ca623e07SMark JohnstonTAP_TESTS_SH+=	12_test
19ca623e07SMark JohnstonTAP_TESTS_SH+=	13_test
2009d98641SEnji Cooper
21*a19e7429SMark JohnstonATF_TESTS_SH+=	sync_error
22*a19e7429SMark Johnston
23430f7286SEnji Cooper${PACKAGE}FILES+=		conf.sh
2409d98641SEnji Cooper
2509d98641SEnji Cooper.for t in ${TAP_TESTS_SH}
2609d98641SEnji CooperTEST_METADATA.$t+=	required_user="root"
2709d98641SEnji Cooper.endfor
2809d98641SEnji Cooper
2909d98641SEnji Cooper.include <bsd.test.mk>
30