summaryrefslogtreecommitdiff
path: root/usr.bin/patch/tests/Makefile
blob: bb113b5a260fe4dec744f59b2e1e9f609304d125 (plain)
1
2
3
4
5
6
7
8
9
10
PACKAGE=	tests

ATF_TESTS_SH+=	unified_patch_test

${PACKAGE}FILES+=		PR74127-cline.diff
${PACKAGE}FILES+=		PR74127-good.diff
${PACKAGE}FILES+=		PR74127-repro.diff
${PACKAGE}FILES+=		PR74127.in

.include <bsd.test.mk>