]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netpfil/pf/Makefile
pf: Implement the NAT source port selection of MAP-E Customer Edge
[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                 checksum \
11                 forward \
12                 fragmentation \
13                 icmp \
14                 killstate \
15                 map_e \
16                 names \
17                 nat \
18                 rules_counter \
19                 set_tos \
20                 src_track \
21                 rdr \
22                 route_to \
23                 synproxy \
24                 set_skip \
25                 pfsync \
26                 table \
27                 tos
28
29 ${PACKAGE}FILES+=       utils.subr \
30                         echo_inetd.conf \
31                         CVE-2019-5597.py \
32                         CVE-2019-5598.py
33
34 ${PACKAGE}FILESMODE_CVE-2019-5597.py=   0555
35 ${PACKAGE}FILESMODE_CVE-2019-5598.py=   0555
36
37 .include <bsd.test.mk>