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