mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
22 lines
205 B
Makefile
22 lines
205 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PACKAGE= tests
|
||
|
|
|
||
|
|
ATF_TESTS_SH= diff3_test
|
||
|
|
|
||
|
|
${PACKAGE}FILES+= \
|
||
|
|
1.txt \
|
||
|
|
2.txt \
|
||
|
|
3.txt \
|
||
|
|
1.out \
|
||
|
|
2.out \
|
||
|
|
3.out \
|
||
|
|
4.out \
|
||
|
|
5.out \
|
||
|
|
6.out \
|
||
|
|
7.out \
|
||
|
|
8.out \
|
||
|
|
9.out
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|