2015-12-21 21:24:03 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/mac/bsdextended
|
|
|
|
|
2020-04-26 15:51:46 +00:00
|
|
|
ATF_TESTS_SH+= matches_test
|
2015-12-21 21:24:03 +00:00
|
|
|
TAP_TESTS_C+= ugidfw_test
|
|
|
|
|
|
|
|
LIBADD.ugidfw_test+= ugidfw
|
|
|
|
|
|
|
|
TEST_METADATA.ugidfw_test+= required_user="root"
|
2020-04-26 15:51:46 +00:00
|
|
|
# Each test case of matches_test reuses the same ruleset number, so they cannot
|
|
|
|
# be run simultaneously
|
|
|
|
TEST_METADATA.matches_test+= is_exclusive=true
|
2015-12-21 21:24:03 +00:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|