mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
13 lines
181 B
Makefile
13 lines
181 B
Makefile
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= zdiff_test
|
|
NETBSD_ATF_TESTS_SH= gzip_test
|
|
|
|
${PACKAGE}FILES+= foo.diff
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|