mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 18:21:00 -04:00
10 lines
167 B
Makefile
10 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/bmake/basic
|
|
|
|
TESTS_SUBDIRS= t0 t1 t2 t3
|
|
|
|
.include <bsd.test.mk>
|