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