]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netpfil/pf/Makefile
pf tests: fix up a couple WARNS= 6 nits
[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                 rdr \
16                 route_to \
17                 synproxy \
18                 set_skip \
19                 table \
20                 pfsync  \
21                 icmp
22
23 ${PACKAGE}FILES+=       utils.subr \
24                         echo_inetd.conf \
25                         CVE-2019-5597.py \
26                         CVE-2019-5598.py
27
28 ${PACKAGE}FILESMODE_CVE-2019-5597.py=   0555
29 ${PACKAGE}FILESMODE_CVE-2019-5598.py=   0555
30
31 .include <bsd.test.mk>