mirror of
https://github.com/opnsense/src.git
synced 2026-06-20 14:09:14 -04:00
Submitted by: Ahsan Barkati Reviewed by: kp Sponsored by: Google, Inc. (GSoC 2019) Differential Revision: https://reviews.freebsd.org/D21321
23 lines
289 B
Makefile
23 lines
289 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netpfil/common
|
|
|
|
|
|
ATF_TESTS_SH+= \
|
|
pass_block \
|
|
nat \
|
|
tos \
|
|
fragments \
|
|
forward
|
|
|
|
${PACKAGE}FILES+= \
|
|
utils.subr \
|
|
runner.subr \
|
|
pft_ping.py \
|
|
sniffer.py
|
|
|
|
${PACKAGE}FILESMODE_pft_ping.py= 0555
|
|
|
|
.include <bsd.test.mk>
|