svn commit: r276723 - head/bin/cat/tests

Garrett Cooper ngie at FreeBSD.org
Mon Jan 5 20:38:49 UTC 2015


Author: ngie
Date: Mon Jan  5 20:38:47 2015
New Revision: 276723
URL: https://svnweb.freebsd.org/changeset/base/276723

Log:
  Install d_align.{in,out} for the :align test
  
  X-MFC with: r276669
  Pointyhat to: me

Modified:
  head/bin/cat/tests/Makefile

Modified: head/bin/cat/tests/Makefile
==============================================================================
--- head/bin/cat/tests/Makefile	Mon Jan  5 20:34:06 2015	(r276722)
+++ head/bin/cat/tests/Makefile	Mon Jan  5 20:38:47 2015	(r276723)
@@ -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>


More information about the svn-src-head mailing list