]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/sys/geom/class/raid3/Makefile
MFC r293821:
[FreeBSD/stable/10.git] / tests / sys / geom / class / raid3 / 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 TAP_TESTS_SH+=  8_test
13 TAP_TESTS_SH+=  9_test
14 TAP_TESTS_SH+=  10_test
15 TAP_TESTS_SH+=  11_test
16 TAP_TESTS_SH+=  12_test
17
18 FILES+=         conf.sh
19 FILESNAME_conf.sh=      conf.sh
20 FILESDIR=       ${TESTSDIR}
21
22 .for t in ${TAP_TESTS_SH}
23 TEST_METADATA.$t+=      required_user="root"
24 .endfor
25
26 .include <bsd.test.mk>