diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2019-09-05 03:16:14 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2019-09-05 03:16:14 +0000 |
| commit | b27524973cda910697949980e95ad62e5e4be3d1 (patch) | |
| tree | 6373d13ba2e9db8c9d5e229c32a4f18b5ca116ff /usr.bin/patch/tests/Makefile | |
| parent | 58aa4dbf4ad1ceb7373e2ce423ec2b7a47f063be (diff) | |
Notes
Diffstat (limited to 'usr.bin/patch/tests/Makefile')
| -rw-r--r-- | usr.bin/patch/tests/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/patch/tests/Makefile b/usr.bin/patch/tests/Makefile new file mode 100644 index 000000000000..41aeee08895b --- /dev/null +++ b/usr.bin/patch/tests/Makefile @@ -0,0 +1,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> |
