mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
13 lines
231 B
Makefile
13 lines
231 B
Makefile
|
|
# $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>
|