Source-Changes-HG archive

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

[src/trunk]: src/tests Also install new tests.



details:   https://anonhg.NetBSD.org/src/rev/0731950fa0e8
branches:  trunk
changeset: 935085:0731950fa0e8
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed Jun 24 12:31:26 2020 +0000

description:
Also install new tests.

diffstat:

 tests/usr.bin/Makefile  |  6 +++---
 tests/usr.sbin/Makefile |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r d5e528b87c01 -r 0731950fa0e8 tests/usr.bin/Makefile
--- a/tests/usr.bin/Makefile    Wed Jun 24 12:27:51 2020 +0000
+++ b/tests/usr.bin/Makefile    Wed Jun 24 12:31:26 2020 +0000
@@ -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"
diff -r d5e528b87c01 -r 0731950fa0e8 tests/usr.sbin/Makefile
--- a/tests/usr.sbin/Makefile   Wed Jun 24 12:27:51 2020 +0000
+++ b/tests/usr.sbin/Makefile   Wed Jun 24 12:31:26 2020 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index