]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/sys/geom/class/mirror/Makefile
MFC r293821:
[FreeBSD/stable/10.git] / tests / sys / geom / class / mirror / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
4
5 TAP_TESTS_SH+=  1_test
6 TAP_TESTS_SH+=  2_test
7 TAP_TESTS_SH+=  3_test
8 TAP_TESTS_SH+=  4_test
9 TAP_TESTS_SH+=  5_test
10 TAP_TESTS_SH+=  6_test
11 TAP_TESTS_SH+=  7_test
12
13 FILES+=         conf.sh
14 FILESNAME_conf.sh=      conf.sh
15 FILESDIR=       ${TESTSDIR}
16
17 .for t in ${TAP_TESTS_SH}
18 TEST_METADATA.$t+=      required_user="root"
19 .endfor
20
21 .include <bsd.test.mk>