aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/patch/tests/Makefile
blob: 2a924b72f1a09cffb47383b395f8f8d2d90cd837 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

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>