]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - tests/sys/acl/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / tests / sys / acl / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/sys/acl
4
5 BINDIR=         ${TESTSDIR}
6
7 FILES+=         tools-crossfs.test
8 FILES+=         tools-nfs4.test
9 FILES+=         tools-nfs4-psarc.test
10 FILES+=         tools-nfs4-trivial.test
11 FILES+=         tools-posix.test
12
13 SCRIPTS+=       run
14
15 TAP_TESTS_SH+=  00
16 TAP_TESTS_SH+=  01
17 TAP_TESTS_SH+=  02
18 TAP_TESTS_SH+=  03
19 TAP_TESTS_SH+=  04
20
21 .for t in ${TAP_TESTS_SH}
22 TEST_METADATA.$t+=      required_user="root"
23 .endfor
24
25 .for t in 01 03 04
26 TEST_METADATA.$t+=      required_programs="/sbin/zpool"
27 .endfor
28
29 .include <bsd.test.mk>