freebsd-src/tests/sys/netpfil/pf/Makefile
Kristof Provost 9531253098 netpfil tests: Move pft_ping.py and sniffer.py to the common test directory
The pft_ping.py and sniffer.py tool is moved from tests/sys/netpfil/pf to
tests/sys/netpfil/common directory because these tools are to be used in
common for all the firewalls.

Submitted by:	Ahsan Barkati
Reviewed by:	kp, thj
Sponsored by:	Google, Inc. (GSoC 2019)
Differential Revision:	https://reviews.freebsd.org/D21276
2019-08-19 10:48:27 +00:00

31 lines
466 B
Makefile

# $FreeBSD$
PACKAGE= tests
TESTSDIR= ${TESTSBASE}/sys/netpfil/pf
TESTS_SUBDIRS+= ioctl
ATF_TESTS_SH+= anchor \
pass_block \
forward \
fragmentation \
names \
nat \
set_tos \
rdr \
route_to \
synproxy \
set_skip \
pfsync \
icmp
${PACKAGE}FILES+= utils.subr \
echo_inetd.conf \
CVE-2019-5597.py \
CVE-2019-5598.py
${PACKAGE}FILESMODE_CVE-2019-5597.py= 0555
${PACKAGE}FILESMODE_CVE-2019-5598.py= 0555
.include <bsd.test.mk>