xref: /freebsd/usr.bin/diff3/tests/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PACKAGE=	tests
2
3ATF_TESTS_SH=	diff3_test
4${PACKAGE}FILES+=	\
5	1.txt \
6	1cr.txt \
7	2.txt \
8	3.txt \
9	long-m.txt \
10	long-o.txt \
11	long-y.txt \
12	1.out \
13	1t.out \
14	2.out \
15	3.out \
16	4.out \
17	5.out \
18	6.out \
19	7.out \
20	8.out \
21	9.out \
22	long-ed.out \
23	long-A.out \
24	long-merge.out \
25	fbsdid1.txt \
26	fbsdid2.txt
27
28.include <bsd.test.mk>
29