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
15 lines
200 B
Makefile
15 lines
200 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= soelim_test
|
|
|
|
${PACKAGE}FILES+= nonexisting.in \
|
|
basic.in \
|
|
basic \
|
|
basic.out \
|
|
basic-with-space.in \
|
|
basic-with-space.out
|
|
|
|
.include <bsd.test.mk>
|