mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -05:00
11 lines
219 B
Makefile
11 lines
219 B
Makefile
|
|
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>
|