aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/acl/Makefile
blob: 7db6682de41c605cc7ef03b3cae1eefe9704cf2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# $FreeBSD$

PACKAGE=	tests
FILESGROUPS=	TESTS
TESTSPACKAGE=	${PACKAGE}
TESTSDIR=	${TESTSBASE}/sys/acl

BINDIR=		${TESTSDIR}

FILES+=		tools-crossfs.test
FILES+=		tools-nfs4.test
FILES+=		tools-nfs4-psarc.test
FILES+=		tools-nfs4-trivial.test
FILES+=		tools-posix.test

SCRIPTS+=	run

TAP_TESTS_SH+=	00
TAP_TESTS_SH+=	01
TAP_TESTS_SH+=	02
TAP_TESTS_SH+=	03
TAP_TESTS_SH+=	04

.for t in ${TAP_TESTS_SH}
TEST_METADATA.$t+=	required_user="root"
.endfor

_ACL_PROGS=		getfacl setfacl

.for t in 01 03 04
TEST_METADATA.$t+=	required_programs="zpool ${_ACL_PROGS}"
.endfor

.for t in 00 02
TEST_METADATA.$t+=	required_programs="${_ACL_PROGS}"
.endfor

.include <bsd.test.mk>