summaryrefslogtreecommitdiff
path: root/bin/cat
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cat')
-rw-r--r--bin/cat/tests/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/cat/tests/Makefile b/bin/cat/tests/Makefile
index 5afdd8409452..73f82e125d6f 100644
--- a/bin/cat/tests/Makefile
+++ b/bin/cat/tests/Makefile
@@ -8,6 +8,11 @@ TESTSDIR= ${TESTSBASE}/bin/cat
NETBSD_ATF_TESTS_SH= cat_test
+FILESDIR= ${TESTSDIR}
+
+FILES= d_align.in
+FILES+= d_align.out
+
.include <netbsd-tests.test.mk>
.include <bsd.test.mk>