mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
11 lines
146 B
Makefile
11 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
.include <bsd.test.mk>
|