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
134 B
Makefile
12 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= ident_test
|
|
${PACKAGE}FILES+= \
|
|
test.in \
|
|
test.out \
|
|
testnoid
|
|
|
|
.include <bsd.test.mk>
|