]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netpfil/pf/Makefile
pf tests: Fragmentation (v6) test
[FreeBSD/FreeBSD.git] / tests / sys / netpfil / pf / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSDIR=       ${TESTSBASE}/sys/netpfil/pf
6
7 ATF_TESTS_SH+=  pass_block \
8                 forward \
9                 fragmentation \
10                 set_tos
11
12 ${PACKAGE}FILES+=       utils.subr \
13                         pft_ping.py
14
15 ${PACKAGE}FILESMODE_pft_ping.py=        0555
16
17 .include <bsd.test.mk>