mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
16 lines
225 B
Makefile
16 lines
225 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
|
|
NETBSD_ATF_TESTS_SH= cat_test
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
FILES= d_align.in
|
|
FILES+= d_align.out
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|