summaryrefslogtreecommitdiff
path: root/tests/sys/mac/bsdextended/Makefile
blob: cc3a3f8ea534f309229bf1f6bbcc736f7360e1b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TESTSDIR=	${TESTSBASE}/sys/mac/bsdextended

ATF_TESTS_SH+=	matches_test
TAP_TESTS_C+=	ugidfw_test

LIBADD.ugidfw_test+=	ugidfw

TEST_METADATA.ugidfw_test+=	required_user="root"
# Each test case of matches_test reuses the same ruleset number, so they cannot
# be run simultaneously
TEST_METADATA.matches_test+=	is_exclusive=true
TEST_METADATA+=			required_kmods="mac_bsdextended"

.include <bsd.test.mk>