mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
11 lines
135 B
Makefile
11 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
|
|
TAP_TESTS_C+= legacy_test
|
|
|
|
LIBADD+= mp
|
|
|
|
.include <bsd.test.mk>
|