opnsense-src/sbin/ipfw/tests/Makefile
Dag-Erling Smørgrav fad9cb779f ipfw: Add tests for the NPTv6 rule parser
(cherry picked from commit d879f1c8961d99bdbe6727004bfc6c23924526f8)
2025-10-07 12:08:43 +02:00

6 lines
102 B
Makefile

PACKAGE= tests
ATF_TESTS_PYTEST+= test_add_rule.py
ATF_TESTS_SH+= ipfw_test
.include <bsd.test.mk>