]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/diff3/tests/Makefile
quota(1): Fix calculation overflow and underflow
[FreeBSD/FreeBSD.git] / usr.bin / diff3 / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 ATF_TESTS_SH=   diff3_test
6
7 ${PACKAGE}FILES+=       \
8         1.txt \
9         2.txt \
10         3.txt \
11         1.out \
12         2.out \
13         3.out \
14         4.out \
15         5.out \
16         6.out \
17         7.out \
18         8.out \
19         9.out
20
21 .include <bsd.test.mk>