]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/sys/acl/Makefile
MFC r295341,r295345:
[FreeBSD/stable/10.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 _ACL_PROGS=             getfacl setfacl
26
27 .for t in 01 03 04
28 TEST_METADATA.$t+=      required_programs="zpool ${_ACL_PROGS}"
29 .endfor
30
31 .for t in 00 02
32 TEST_METADATA.$t+=      required_programs="${_ACL_PROGS}"
33 .endfor
34
35 .include <bsd.test.mk>