xref: /freebsd/tests/sys/geom/class/nop/Makefile (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1PACKAGE=	tests
2
3TESTSDIR=	${TESTSBASE}/sys/geom/class/${.CURDIR:T}
4
5ATF_TESTS_SH+=	nop_test
6
7# Some tests make use of the "disks" property and kyua may schedule
8# them to run at the time time, which the tests do not expect.
9TEST_METADATA.nop_test+= is_exclusive="true"
10
11.include <bsd.test.mk>
12