]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netpfil/pf/Makefile
netpfil tests: Move pft_ping.py and sniffer.py to the common test directory
[FreeBSD/FreeBSD.git] / tests / sys / netpfil / pf / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSDIR=       ${TESTSBASE}/sys/netpfil/pf
6 TESTS_SUBDIRS+= ioctl
7
8 ATF_TESTS_SH+=  anchor \
9                 pass_block \
10                 forward \
11                 fragmentation \
12                 names \
13                 nat \
14                 set_tos \
15                 src_track \
16                 rdr \
17                 route_to \
18                 synproxy \
19                 set_skip \
20                 pfsync \
21                 table \
22                 icmp
23
24 ${PACKAGE}FILES+=       utils.subr \
25                         echo_inetd.conf \
26                         CVE-2019-5597.py \
27                         CVE-2019-5598.py
28
29 ${PACKAGE}FILESMODE_CVE-2019-5597.py=   0555
30 ${PACKAGE}FILESMODE_CVE-2019-5598.py=   0555
31
32 .include <bsd.test.mk>