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