opnsense-src/tests/sys/netpfil/common/Makefile
Kristof Provost 39cae0d5ed netpfil tests: Add forward test for the three firewalls
Submitted by:	Ahsan Barkati
Reviewed by:	kp
Sponsored by:	Google, Inc. (GSoC 2019)
Differential Revision:	https://reviews.freebsd.org/D21321
2019-08-23 12:11:46 +00:00

23 lines
289 B
Makefile

# $FreeBSD$
PACKAGE= tests
TESTSDIR= ${TESTSBASE}/sys/netpfil/common
ATF_TESTS_SH+= \
pass_block \
nat \
tos \
fragments \
forward
${PACKAGE}FILES+= \
utils.subr \
runner.subr \
pft_ping.py \
sniffer.py
${PACKAGE}FILESMODE_pft_ping.py= 0555
.include <bsd.test.mk>