opnsense-src/usr.bin/diff3/tests/Makefile
Piotr Pawel Stefaniak a8446d4124 diff3: document and test -T
(cherry picked from commit 9f7a81b133)
2021-09-25 10:34:39 +02:00

23 lines
226 B
Makefile

# $FreeBSD$
PACKAGE= tests
ATF_TESTS_SH= diff3_test
${PACKAGE}FILES+= \
1.txt \
1cr.txt \
2.txt \
3.txt \
1.out \
1t.out \
2.out \
3.out \
4.out \
5.out \
6.out \
7.out \
8.out \
9.out
.include <bsd.test.mk>