Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.sbin Add input files



details:   https://anonhg.NetBSD.org/src/rev/ac0e69ce5061
branches:  trunk
changeset: 935092:ac0e69ce5061
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jun 24 15:05:45 2020 +0000

description:
Add input files

diffstat:

 tests/usr.sbin/stdethers/Makefile |  5 ++++-
 tests/usr.sbin/stdhosts/Makefile  |  5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 85dc34255354 -r ac0e69ce5061 tests/usr.sbin/stdethers/Makefile
--- a/tests/usr.sbin/stdethers/Makefile Wed Jun 24 14:48:47 2020 +0000
+++ b/tests/usr.sbin/stdethers/Makefile Wed Jun 24 15:05:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/06/24 14:48:47 martin Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/24 15:05:45 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -6,4 +6,7 @@
 
 TESTS_SH=      t_stdethers
 
+FILESDIR=      ${TESTSDIR}
+FILES+=        d_valid.in
+
 .include <bsd.test.mk>
diff -r 85dc34255354 -r ac0e69ce5061 tests/usr.sbin/stdhosts/Makefile
--- a/tests/usr.sbin/stdhosts/Makefile  Wed Jun 24 14:48:47 2020 +0000
+++ b/tests/usr.sbin/stdhosts/Makefile  Wed Jun 24 15:05:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/06/24 14:48:47 martin Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/24 15:05:45 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -6,4 +6,7 @@
 
 TESTS_SH=      t_stdhosts
 
+FILESDIR=      ${TESTSDIR}
+FILES+=        d_ipv6.in
+
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index