summaryrefslogtreecommitdiffstats
path: root/tests/sys/mac/portacl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/mac/portacl/Makefile')
-rw-r--r--tests/sys/mac/portacl/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/sys/mac/portacl/Makefile b/tests/sys/mac/portacl/Makefile
new file mode 100644
index 0000000..129d486
--- /dev/null
+++ b/tests/sys/mac/portacl/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+TESTSDIR= ${TESTSBASE}/sys/mac/portacl
+BINDIR= ${TESTSDIR}
+
+FILES+= misc.sh
+
+TAP_TESTS_SH+= nobody_test
+TAP_TESTS_SH+= root_test
+
+.for t in ${TAP_TESTS_SH}
+TEST_METADATA.$t+= required_user="root"
+TEST_METADATA.$t+= timeout="450"
+.endfor
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud