Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin Fix build failure reported by pgoyette@.



details:   https://anonhg.NetBSD.org/src/rev/7928fc622156
branches:  trunk
changeset: 764769:7928fc622156
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue May 03 14:11:51 2011 +0000

description:
Fix build failure reported by pgoyette@.

diffstat:

 tests/usr.bin/pr/Makefile      |  6 +++++-
 tests/usr.bin/unifdef/Makefile |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r bc3326de9487 -r 7928fc622156 tests/usr.bin/pr/Makefile
--- a/tests/usr.bin/pr/Makefile Tue May 03 13:19:50 2011 +0000
+++ b/tests/usr.bin/pr/Makefile Tue May 03 14:11:51 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/05/03 08:36:15 jruoho Exp $
+# $NetBSD: Makefile,v 1.2 2011/05/03 14:11:51 jruoho Exp $
 
 .include <bsd.own.mk>
 
@@ -6,4 +6,8 @@
 
 TESTS_SH=      t_basic
 
+FILESDIR=      ${TESTSDIR}
+FILES+=                d_basic.in
+FILES+=                d_basic.out
+
 .include <bsd.test.mk>
diff -r bc3326de9487 -r 7928fc622156 tests/usr.bin/unifdef/Makefile
--- a/tests/usr.bin/unifdef/Makefile    Tue May 03 13:19:50 2011 +0000
+++ b/tests/usr.bin/unifdef/Makefile    Tue May 03 14:11:51 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/05/03 07:23:19 jruoho Exp $
+# $NetBSD: Makefile,v 1.2 2011/05/03 14:11:51 jruoho Exp $
 
 .include <bsd.own.mk>
 
@@ -6,4 +6,8 @@
 
 TESTS_SH=      t_basic
 
+FILESDIR=      ${TESTSDIR}
+FILES+=                d_basic.in
+FILES+=                d_basic.out
+
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index