summaryrefslogtreecommitdiffstats
path: root/tests/sys/acl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/acl/Makefile')
-rw-r--r--tests/sys/acl/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/sys/acl/Makefile b/tests/sys/acl/Makefile
new file mode 100644
index 0000000..298b0a2
--- /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 <bsd.test.mk>
OpenPOWER on IntegriCloud