opnsense-src/usr.bin/patch/tests/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

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>