mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
23 lines
226 B
Makefile
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>
|