mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 16:52:21 -04:00
11 lines
180 B
Makefile
11 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
TESTSDIR= ${TESTSBASE}/sys/mac
|
|
|
|
TESTS_SUBDIRS+= bsdextended
|
|
TESTS_SUBDIRS+= portacl
|
|
|
|
.include <bsd.test.mk>
|