aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/geom/class/mirror/Makefile
blob: 931f7d0dcb576340adac0232887ea6fae7aa3da2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

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

TAP_TESTS_SH+=	1_test
TAP_TESTS_SH+=	2_test
TAP_TESTS_SH+=	3_test
TAP_TESTS_SH+=	4_test
TAP_TESTS_SH+=	5_test
TAP_TESTS_SH+=	6_test
TAP_TESTS_SH+=	7_test

FILES+=		conf.sh
FILESNAME_conf.sh=	conf.sh
FILESDIR=	${TESTSDIR}

.for t in ${TAP_TESTS_SH}
TEST_METADATA.$t+=	required_user="root"
.endfor

.include <bsd.test.mk>