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/6756a26176d0
branches: trunk
changeset: 1011253:6756a26176d0
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 f021a26cacc9 -r 6756a26176d0 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 f021a26cacc9 -r 6756a26176d0 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