]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netpfil/pf/Makefile
pf tests: Basic synproxy test
[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+=  pass_block \
9                 forward \
10                 fragmentation \
11                 set_tos \
12                 route_to \
13                 synproxy
14
15 ${PACKAGE}FILES+=       utils.subr \
16                         echo_inetd.conf \
17                         pft_ping.py
18
19 ${PACKAGE}FILESMODE_pft_ping.py=        0555
20
21 .include <bsd.test.mk>