17a9d10433
when invoked with '-se', to ensure that a '$' is printed on blank lines.
15 lines
266 B
Makefile
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>
|