freebsd-dev/usr.bin/col/tests/Makefile
Mark Johnston 6b43126f81 col(1): Fix a couple of bugs
- When flushing extra lines after all input has been processed, make
  sure that local state is reinitialized correctly.
- When -f is specified, make sure to end output with a full newline.
- Fix some style issues and update comments.
- Add some regression tests.

PR:		249308
Submitted by:	Yang Zhong <yzhong@freebsdfoundation.org>
MFC after:	3 weeks
Sponsored by:	The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D26536
2020-10-09 15:27:37 +00:00

18 lines
185 B
Makefile

# $FreeBSD$
PACKAGE= tests
ATF_TESTS_SH= col_test
${PACKAGE}FILES+= \
hlf.in \
hlf2.in \
nl.in \
nl2.in \
nl3.in \
rlf.in \
rlf2.in \
rlf3.in
.include <bsd.test.mk>