xref: /freebsd/tests/sys/geom/class/zoned/Makefile (revision 48efb6c4eb9febc1c8c50d13a794e9165af71930)
1*48efb6c4SvoidanixPACKAGE=	tests
2*48efb6c4Svoidanix
3*48efb6c4SvoidanixTESTSDIR=	${TESTSBASE}/sys/geom/class/${.CURDIR:T}
4*48efb6c4Svoidanix
5*48efb6c4SvoidanixATF_TESTS_SH+=	zoned_test
6*48efb6c4Svoidanix
7*48efb6c4Svoidanix${PACKAGE}FILES+=	conf.sh
8*48efb6c4Svoidanix
9*48efb6c4Svoidanix.include <bsd.test.mk>
10