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