xref: /freebsd/tests/sys/geom/class/nop/Makefile (revision c7a33fe37d7688cb21c743f68256680e003210ad)
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