mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 22:53:16 -04:00
9 lines
124 B
Makefile
9 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
|
|
ATF_TESTS_SH+= limits_test
|
|
|
|
.include <bsd.test.mk>
|