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/f038eb06e328
branches: trunk
changeset: 973225:f038eb06e328
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 e807816f8b90 -r f038eb06e328 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 e807816f8b90 -r f038eb06e328 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