freebsd-dev/usr.bin/sdiff/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

36 lines
534 B
Makefile

# $FreeBSD$
PACKAGE= tests
ATF_TESTS_SH= sdiff_test
${PACKAGE}FILES+= \
d_dot.in \
d_flags_l.out \
d_flags_s.out \
d_flags_w.out \
d_iflags_a1.out \
d_iflags_a2.out \
d_iflags_b1.out \
d_iflags_b2.out \
d_iflags_c1.out \
d_iflags_c2.out \
d_iflags_d1.out \
d_iflags_d2.out \
d_input1 \
d_input2 \
d_oneline.in \
d_oneline_a.out \
d_oneline_b.out \
d_same.out \
d_short.out \
d_tabends.in \
d_tabends_a.out \
d_tabends_b.out \
d_tabends_c.out \
d_tabs.out \
d_tabs1.in \
d_tabs2.in
.include <bsd.test.mk>