2015-10-14 18:29:53 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-02-03 00:34:23 +00:00
|
|
|
PACKAGE= tests
|
2016-05-04 23:20:53 +00:00
|
|
|
|
2015-10-14 18:29:53 +00:00
|
|
|
TESTSDIR= ${TESTSBASE}/sys/acl
|
|
|
|
|
|
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
|
2016-05-04 23:20:53 +00:00
|
|
|
${PACKAGE}FILES+= tools-crossfs.test
|
|
|
|
${PACKAGE}FILES+= tools-nfs4.test
|
|
|
|
${PACKAGE}FILES+= tools-nfs4-psarc.test
|
|
|
|
${PACKAGE}FILES+= tools-nfs4-trivial.test
|
|
|
|
${PACKAGE}FILES+= tools-posix.test
|
2015-10-14 18:29:53 +00:00
|
|
|
|
|
|
|
SCRIPTS+= run
|
|
|
|
|
2018-10-26 19:03:30 +00:00
|
|
|
TAP_TESTS_SH+= 00
|
2015-10-14 18:29:53 +00:00
|
|
|
TAP_TESTS_SH+= 01
|
2018-10-26 19:03:30 +00:00
|
|
|
TAP_TESTS_SH+= 02
|
2015-10-14 18:29:53 +00:00
|
|
|
TAP_TESTS_SH+= 03
|
|
|
|
TAP_TESTS_SH+= 04
|
|
|
|
|
|
|
|
.for t in ${TAP_TESTS_SH}
|
|
|
|
TEST_METADATA.$t+= required_user="root"
|
|
|
|
.endfor
|
|
|
|
|
2016-02-06 04:13:20 +00:00
|
|
|
_ACL_PROGS= getfacl setfacl
|
2016-02-05 23:50:15 +00:00
|
|
|
|
2015-10-14 18:29:53 +00:00
|
|
|
.for t in 01 03 04
|
2016-06-20 23:17:00 +00:00
|
|
|
TEST_METADATA.$t+= required_programs="perl zpool ${_ACL_PROGS}"
|
2016-02-05 23:50:15 +00:00
|
|
|
.endfor
|
|
|
|
|
2019-09-05 18:54:46 +00:00
|
|
|
.for t in 00 02
|
|
|
|
TEST_METADATA.$t+= required_programs="perl ${_ACL_PROGS}"
|
|
|
|
.endfor
|
2015-10-14 18:29:53 +00:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|