freebsd-dev/tests/sys/common/Makefile
Kristof Provost 06aac31aec tests: Move common (vnet) test functions into a common file
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
2019-03-04 18:15:06 +00:00

8 lines
117 B
Makefile

# $FreeBSD$
PACKAGE= common
TESTSDIR= ${TESTSBASE}/sys/common
${PACKAGE}FILES+= vnet.subr
.include <bsd.test.mk>