mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 09:39:26 -05:00
Every other test is there so do the same for those. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21504
7 lines
116 B
Makefile
7 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
TESTSDIR= ${TESTSBASE}/sys/common
|
|
${PACKAGE}FILES+= vnet.subr
|
|
|
|
.include <bsd.test.mk>
|