mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
12 lines
118 B
Makefile
12 lines
118 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PACKAGE= tests
|
||
|
|
|
||
|
|
ATF_TESTS_SH+= \
|
||
|
|
basic
|
||
|
|
|
||
|
|
${PACKAGE}FILES+= \
|
||
|
|
utils.subr
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|