Source-Changes-HG archive

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

[src/trunk]: src/tests/net/net tests: restore a line removed accidentally



details:   https://anonhg.NetBSD.org/src/rev/04c58284a962
branches:  trunk
changeset: 372459:04c58284a962
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Nov 30 07:48:43 2022 +0000

description:
tests: restore a line removed accidentally

diffstat:

 tests/net/net/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6a6b67a93823 -r 04c58284a962 tests/net/net/Makefile
--- a/tests/net/net/Makefile    Wed Nov 30 07:20:36 2022 +0000
+++ b/tests/net/net/Makefile    Wed Nov 30 07:48:43 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2022/11/30 06:07:51 ozaki-r Exp $
+# $NetBSD: Makefile,v 1.28 2022/11/30 07:48:43 ozaki-r Exp $
 #
 
 .include <bsd.own.mk>
@@ -11,6 +11,7 @@
 TESTS_C+=      t_tcp
 TESTS_C+=      t_udp
 TESTS_C+=      t_pktinfo
+TESTS_C+=      t_socket_afinet
 TESTS_C+=      t_ip_reass
 .if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
 TESTS_C+=      t_pktinfo_send



Home | Main Index | Thread Index | Old Index