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