diff options
| author | Tom Jones <thj@FreeBSD.org> | 2022-04-15 13:59:14 +0000 |
|---|---|---|
| committer | Tom Jones <thj@FreeBSD.org> | 2022-04-15 14:00:59 +0000 |
| commit | 7c03df6855f451749501748b98019c8e2d9d9600 (patch) | |
| tree | b332dd82d947c6764cd981a3d96c98b7aa0ddc5f /usr.bin/diff3/tests/Makefile | |
| parent | 362ff9867e9f0856a0f24f91e5fc6b9b3ecff8e9 (diff) | |
Diffstat (limited to 'usr.bin/diff3/tests/Makefile')
| -rw-r--r-- | usr.bin/diff3/tests/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/diff3/tests/Makefile b/usr.bin/diff3/tests/Makefile index b8bea154944b..91af4d1a6237 100644 --- a/usr.bin/diff3/tests/Makefile +++ b/usr.bin/diff3/tests/Makefile @@ -3,12 +3,14 @@ PACKAGE= tests ATF_TESTS_SH= diff3_test - ${PACKAGE}FILES+= \ 1.txt \ 1cr.txt \ 2.txt \ 3.txt \ + long-m.txt \ + long-o.txt \ + long-y.txt \ 1.out \ 1t.out \ 2.out \ @@ -18,6 +20,7 @@ ${PACKAGE}FILES+= \ 6.out \ 7.out \ 8.out \ - 9.out + 9.out \ + long-ed.out .include <bsd.test.mk> |
