NetBSD/tests/bin/cat/Makefile
sevan 17a9d10433 Add a unit test for PR bin/51250 called se_output. se_output checks the output of cat
when invoked with '-se', to ensure that a '$' is printed on blank lines.
2016-06-16 01:04:58 +00:00

15 lines
266 B
Makefile

# $NetBSD: Makefile,v 1.2 2016/06/16 01:04:58 sevan Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/bin/cat
TESTS_SH= t_cat
FILESDIR= ${TESTSDIR}
FILES+= d_align.in
FILES+= d_align.out
FILES+= d_se_output.in
FILES+= d_se_output.out
.include <bsd.test.mk>