summaryrefslogtreecommitdiffstats
path: root/tests/sys/mac/bsdextended/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/mac/bsdextended/Makefile')
-rw-r--r--tests/sys/mac/bsdextended/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/sys/mac/bsdextended/Makefile b/tests/sys/mac/bsdextended/Makefile
new file mode 100644
index 0000000..39a778b
--- /dev/null
+++ b/tests/sys/mac/bsdextended/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+TESTSDIR= ${TESTSBASE}/sys/mac/bsdextended
+
+TAP_TESTS_C+= ugidfw_test
+TAP_TESTS_SH+= matches_test
+
+DPADD.ugidfw_test+= ${LIBUGIDFW}
+LDADD.ugidfw_test+= -lugidfw
+
+TEST_METADATA.matches_test+= required_user="root"
+TEST_METADATA.ugidfw_test+= required_user="root"
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud