blob: 41aeee08895b04ee0b426c8209f2d30cc6e72f9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD$
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>
|