xref: /freebsd/tests/sys/mac/bsdextended/Makefile (revision e17f5b1d)
1# $FreeBSD$
2
3TESTSDIR=	${TESTSBASE}/sys/mac/bsdextended
4
5ATF_TESTS_SH+=	matches_test
6TAP_TESTS_C+=	ugidfw_test
7
8LIBADD.ugidfw_test+=	ugidfw
9
10TEST_METADATA.ugidfw_test+=	required_user="root"
11# Each test case of matches_test reuses the same ruleset number, so they cannot
12# be run simultaneously
13TEST_METADATA.matches_test+=	is_exclusive=true
14
15.include <bsd.test.mk>
16