mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
Pretty much all that this change does is shuffles the code around and hooks it into the regular build. The code of the old tests has not changed.
10 lines
132 B
Makefile
10 lines
132 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sbin
|
|
|
|
.PATH: ${.CURDIR:H:H}/tests
|
|
KYUAFILE= yes
|
|
|
|
.include <bsd.test.mk>
|