freebsd-dev/usr.bin/gzip/tests/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
193 B
Makefile
Raw Normal View History

# $FreeBSD$
.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>