Module Name: src Committed By: ozaki-r Date: Wed Nov 30 07:48:43 UTC 2022
Modified Files: src/tests/net/net: Makefile Log Message: tests: restore a line removed accidentally To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/tests/net/net/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/net/net/Makefile diff -u src/tests/net/net/Makefile:1.27 src/tests/net/net/Makefile:1.28 --- src/tests/net/net/Makefile:1.27 Wed Nov 30 06:07:51 2022 +++ src/tests/net/net/Makefile Wed Nov 30 07:48:43 2022 @@ -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_mapped 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