xref: /freebsd/tests/sys/mac/bsdextended/Makefile (revision ac77b2621508c6a50ab01d07fe8d43795d908f05)
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