]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/acl/Makefile
MFH
[FreeBSD/FreeBSD.git] / tests / sys / acl / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4 FILESGROUPS=    TESTS
5 TESTSPACKAGE=   ${PACKAGE}
6 TESTSDIR=       ${TESTSBASE}/sys/acl
7
8 BINDIR=         ${TESTSDIR}
9
10 FILES+=         tools-crossfs.test
11 FILES+=         tools-nfs4.test
12 FILES+=         tools-nfs4-psarc.test
13 FILES+=         tools-nfs4-trivial.test
14 FILES+=         tools-posix.test
15
16 SCRIPTS+=       run
17
18 TAP_TESTS_SH+=  00
19 TAP_TESTS_SH+=  01
20 TAP_TESTS_SH+=  02
21 TAP_TESTS_SH+=  03
22 TAP_TESTS_SH+=  04
23
24 .for t in ${TAP_TESTS_SH}
25 TEST_METADATA.$t+=      required_user="root"
26 .endfor
27
28 _ACL_PROGS=             getfacl setfacl
29
30 .for t in 01 03 04
31 TEST_METADATA.$t+=      required_programs="zpool ${_ACL_PROGS}"
32 .endfor
33
34 .for t in 00 02
35 TEST_METADATA.$t+=      required_programs="${_ACL_PROGS}"
36 .endfor
37
38 .include <bsd.test.mk>