Module Name: src
Committed By: martin
Date: Wed Jun 24 15:05:45 UTC 2020
Modified Files:
src/tests/usr.sbin/stdethers: Makefile
src/tests/usr.sbin/stdhosts: Makefile
Log Message:
Add input files
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.sbin/stdethers/Makefile
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.sbin/stdhosts/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/usr.sbin/stdethers/Makefile
diff -u src/tests/usr.sbin/stdethers/Makefile:1.2 src/tests/usr.sbin/stdethers/Makefile:1.3
--- src/tests/usr.sbin/stdethers/Makefile:1.2 Wed Jun 24 14:48:47 2020
+++ src/tests/usr.sbin/stdethers/Makefile Wed Jun 24 15:05:45 2020
@@ -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 @@ TESTSDIR= ${TESTSBASE}/usr.sbin/stdether
TESTS_SH= t_stdethers
+FILESDIR= ${TESTSDIR}
+FILES+= d_valid.in
+
.include <bsd.test.mk>
Index: src/tests/usr.sbin/stdhosts/Makefile
diff -u src/tests/usr.sbin/stdhosts/Makefile:1.2 src/tests/usr.sbin/stdhosts/Makefile:1.3
--- src/tests/usr.sbin/stdhosts/Makefile:1.2 Wed Jun 24 14:48:47 2020
+++ src/tests/usr.sbin/stdhosts/Makefile Wed Jun 24 15:05:45 2020
@@ -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 @@ TESTSDIR= ${TESTSBASE}/usr.sbin/stdhosts
TESTS_SH= t_stdhosts
+FILESDIR= ${TESTSDIR}
+FILES+= d_ipv6.in
+
.include <bsd.test.mk>