This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-04 08:55:18 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d815e42419
opnsense-src
/
sbin
/
pfctl
/
tests
/
Makefile
11 lines
104 B
Makefile
Raw
Normal View
History
Unescape
Escape
pfctl parser tests Copy the most important test cases from OpenBSD's corresponding src/regress/sbin/pfctl, those that run pfctl on a test input file and check correctness of its output. We have also added some new tests using the same format. The tests consist of a collection of input files (pf*.in) and corresponding output files (pf*.ok). We run pfctl -nv on the input files and check that the output matches the output files. If any discrepancy is discovered during future development in the source tree, we know that a regression bug has been introduced into the tree. Submitted by: paggas Sponsored by: Google, Inc (GSoC 2017) Differential Revision: https://reviews.freebsd.org/D11322
2017-07-15 15:22:01 -04:00
# $FreeBSD$
pkgbase: pfctl: tests: Put tests files in the FreeBSD-tests package Reviewed by: kp, gjb Differential Revision: https://reviews.freebsd.org/D21521
2019-09-05 10:19:06 -04:00
PACKAGE
=
tests
pfctl test: Add a test for macro names with a space in it
2018-10-28 01:50:04 -04:00
ATF_TESTS_SH
=
pfctl_test
\
macro
pfctl parser tests Copy the most important test cases from OpenBSD's corresponding src/regress/sbin/pfctl, those that run pfctl on a test input file and check correctness of its output. We have also added some new tests using the same format. The tests consist of a collection of input files (pf*.in) and corresponding output files (pf*.ok). We run pfctl -nv on the input files and check that the output matches the output files. If any discrepancy is discovered during future development in the source tree, we know that a regression bug has been introduced into the tree. Submitted by: paggas Sponsored by: Google, Inc (GSoC 2017) Differential Revision: https://reviews.freebsd.org/D11322
2017-07-15 15:22:01 -04:00
SUBDIR
+=
files
.
i
n
c
l
u
d
e
<
b
s
d
.
t
e
s
t
.
m
k
>
Reference in a new issue
Copy permalink