mirror of
https://github.com/opnsense/src.git
synced 2026-03-06 23:31:04 -05:00
10 lines
186 B
Makefile
10 lines
186 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution
|
|
|
|
TESTS_SUBDIRS= ellipsis empty joberr plus
|
|
|
|
.include <bsd.test.mk>
|