freebsd-dev/usr.bin/soelim/tests/Makefile
Enji Cooper 458cbf0ae6 Rename tests from <foo> to <foo>_test to match the FreeBSD test suite
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
2017-03-23 03:28:24 +00:00

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>