Module Name:    src
Committed By:   jruoho
Date:           Wed Jun 24 12:31:26 UTC 2020

Modified Files:
        src/tests/usr.bin: Makefile
        src/tests/usr.sbin: Makefile

Log Message:
Also install new tests.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/tests/usr.bin/Makefile
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.sbin/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.bin/Makefile
diff -u src/tests/usr.bin/Makefile:1.30 src/tests/usr.bin/Makefile:1.31
--- src/tests/usr.bin/Makefile:1.30	Fri Jan 17 16:25:37 2020
+++ src/tests/usr.bin/Makefile	Wed Jun 24 12:31:26 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.30 2020/01/17 16:25:37 christos Exp $
+#	$NetBSD: Makefile,v 1.31 2020/06/24 12:31:26 jruoho Exp $
 #
 
 .include <bsd.own.mk>
@@ -6,9 +6,9 @@
 TESTSDIR=       ${TESTSBASE}/usr.bin
 
 TESTS_SUBDIRS=	awk basename bzip2 cc cmp config cpio cut \
-		diff dirname find gdb grep gzip id indent \
+		diff dirname find fstat gdb grep gzip id indent \
 		infocmp jot ld m4 make mixerctl mkdep nbperf netpgpverify \
-		pkill pr printf pwhash rump_server shmif_dumpbus sdiff \
+		patch pkill pr printf pwhash rump_server shmif_dumpbus sdiff \
 		sed sort tar tmux tr unifdef uniq vmstat xlint
 
 .if ${MKCXX} != "no"

Index: src/tests/usr.sbin/Makefile
diff -u src/tests/usr.sbin/Makefile:1.4 src/tests/usr.sbin/Makefile:1.5
--- src/tests/usr.sbin/Makefile:1.4	Thu Apr 19 18:51:35 2012
+++ src/tests/usr.sbin/Makefile	Wed Jun 24 12:31:26 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2012/04/19 18:51:35 jruoho Exp $
+# $NetBSD: Makefile,v 1.5 2020/06/24 12:31:26 jruoho Exp $
 .include <bsd.own.mk>
 
 TESTSDIR=       ${TESTSBASE}/usr.sbin
 
-TESTS_SUBDIRS+= mtree tcpdump traceroute useradd
+TESTS_SUBDIRS+= cpuctl mtree stdethers stdhosts tcpdump traceroute useradd
 
 .include <bsd.test.mk>

Reply via email to