]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Add Makefile missed in r289236
authorngie <ngie@FreeBSD.org>
Wed, 14 Oct 2015 18:29:53 +0000 (18:29 +0000)
committerngie <ngie@FreeBSD.org>
Wed, 14 Oct 2015 18:29:53 +0000 (18:29 +0000)
tests/sys/acl/Makefile [new file with mode: 0644]

diff --git a/tests/sys/acl/Makefile b/tests/sys/acl/Makefile
new file mode 100644 (file)
index 0000000..298b0a2
--- /dev/null
@@ -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 <bsd.test.mk>