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