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

PACKAGE=	tests
FILESGROUPS=	TESTS
TESTSPACKAGE=	${PACKAGE}
TESTSDIR=	${TESTSBASE}/sys/geom/class/${.CURDIR:T}
TESTS+=		${FILES}

TAP_TESTS_SH+=	1_test
TAP_TESTS_SH+=	2_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>