Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/jot Add missing text file. Pointed out by P. W...



details:   https://anonhg.NetBSD.org/src/rev/bb0594c86ca5
branches:  trunk
changeset: 778250:bb0594c86ca5
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Mar 20 17:13:44 2012 +0000

description:
Add missing text file. Pointed out by P. Welche.

diffstat:

 tests/usr.bin/jot/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 386408e75bef -r bb0594c86ca5 tests/usr.bin/jot/Makefile
--- a/tests/usr.bin/jot/Makefile        Tue Mar 20 17:08:13 2012 +0000
+++ b/tests/usr.bin/jot/Makefile        Tue Mar 20 17:13:44 2012 +0000
@@ -1,8 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2012/03/20 06:18:34 jruoho Exp $
+# $NetBSD: Makefile,v 1.2 2012/03/20 17:13:44 jruoho Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/usr.bin/jot
 TESTS_SH=      t_jot
 
+FILESDIR=      ${TESTSDIR}
+FILES+=                d_basic.out
+
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index