diff options
author | ngie <ngie@FreeBSD.org> | 2015-01-05 20:38:47 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-01-05 20:38:47 +0000 |
commit | ea343b0642d0e291f0d4c039da85c77d98c6f16b (patch) | |
tree | 473e37649114a329fcef2029723e151254829d3b | |
parent | 63ec34020998040ea997e29ae91f355a9fb2e11e (diff) | |
download | FreeBSD-src-ea343b0642d0e291f0d4c039da85c77d98c6f16b.zip FreeBSD-src-ea343b0642d0e291f0d4c039da85c77d98c6f16b.tar.gz |
Install d_align.{in,out} for the :align test
X-MFC with: r276669
Pointyhat to: me
-rw-r--r-- | bin/cat/tests/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/cat/tests/Makefile b/bin/cat/tests/Makefile index 5afdd84..73f82e1 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> |