mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
The netipsec and pf tests have a number of common test functions. These used to be duplicated, but it makes more sense for them to re-use the common functions. PR: 236223
7 lines
117 B
Makefile
7 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= common
|
|
TESTSDIR= ${TESTSBASE}/sys/common
|
|
${PACKAGE}FILES+= vnet.subr
|
|
|
|
.include <bsd.test.mk>
|