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