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