aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/geom/class/multipath/Makefile
blob: 1246015e8fc48c5b405e147201405e1b0b1c0ccb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PACKAGE=	tests

TESTSDIR=	${TESTSBASE}/sys/geom/class/${.CURDIR:T}

ATF_TESTS_SH+=	failloop
ATF_TESTS_SH+=	misc
TEST_METADATA.failloop+= is_exclusive=true

${PACKAGE}FILES+=		conf.sh

.include <bsd.test.mk>