458cbf0ae6
naming scheme usr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_test to avoid collisions with the renamed FreeBSD test. MFC after: 1 week Sponsored by: Dell EMC Isilon
12 lines
118 B
Makefile
12 lines
118 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= col_test
|
|
|
|
${PACKAGE}FILES+= \
|
|
rlf.in \
|
|
rlf2.in
|
|
|
|
.include <bsd.test.mk>
|