mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
14 lines
353 B
Makefile
14 lines
353 B
Makefile
|
|
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
|
|
|
|
.include <bsd.test.mk>
|