xref: /freebsd/usr.bin/patch/tests/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PACKAGE=	tests
2
3ATF_TESTS_SH+=	unified_patch_test
4
5${PACKAGE}FILES+=		PR74127-cline.diff
6${PACKAGE}FILES+=		PR74127-good.diff
7${PACKAGE}FILES+=		PR74127-repro.diff
8${PACKAGE}FILES+=		PR74127.in
9
10.include <bsd.test.mk>
11