From: ngie Date: Wed, 14 Oct 2015 18:29:53 +0000 (+0000) Subject: Add Makefile missed in r289236 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4640526e7e284cecc9856f90c9b4e1728a8a38e2;p=people%2Fjulieng%2Ffreebsd.git Add Makefile missed in r289236 --- diff --git a/tests/sys/acl/Makefile b/tests/sys/acl/Makefile new file mode 100644 index 000000000000..298b0a27c91d --- /dev/null +++ b/tests/sys/acl/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +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 + +.for t in 01 03 04 +TEST_METADATA.$t+= required_programs="/sbin/zpool" +.endfor + +.include