Module Name:    src
Committed By:   kre
Date:           Thu Jan  2 01:45:19 UTC 2025

Modified Files:
        src/distrib/sets/lists/debug: mi
        src/distrib/sets/lists/tests: mi
        src/tests/lib/libc/regex: Makefile

Log Message:
Fix build after recent regex tests addition (make it be an addition, and
don't forget tests/libtre)


To generate a diff of this commit:
cvs rdiff -u -r1.458 -r1.459 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.1354 -r1.1355 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.12 -r1.13 src/tests/lib/libc/regex/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/debug/mi
diff -u src/distrib/sets/lists/debug/mi:1.458 src/distrib/sets/lists/debug/mi:1.459
--- src/distrib/sets/lists/debug/mi:1.458	Wed Jan  1 18:15:48 2025
+++ src/distrib/sets/lists/debug/mi	Thu Jan  2 01:45:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.458 2025/01/01 18:15:48 christos Exp $
+# $NetBSD: mi,v 1.459 2025/01/02 01:45:18 kre Exp $
 #
 ./etc/mtree/set.debug                           comp-sys-root
 ./usr/lib					comp-sys-usr		compatdir
@@ -2421,6 +2421,7 @@
 ./usr/libdata/debug/usr/tests/lib/libtre/h_regex_att.debug		tests-obsolete		obsolete,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libtre/t_exhaust.debug		tests-lib-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libtre/t_regex_att.debug		tests-lib-debug		debug,atf,compattestfile
+./usr/libdata/debug/usr/tests/lib/libtre/t_regex_binary.debug		tests-lib-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libusbhid/t_usbhid.debug		tests-lib-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libutil/t_efun.debug			tests-lib-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libutil/t_parsedate.debug		tests-lib-debug		debug,atf,compattestfile

Index: src/distrib/sets/lists/tests/mi
diff -u src/distrib/sets/lists/tests/mi:1.1354 src/distrib/sets/lists/tests/mi:1.1355
--- src/distrib/sets/lists/tests/mi:1.1354	Wed Jan  1 18:15:48 2025
+++ src/distrib/sets/lists/tests/mi	Thu Jan  2 01:45:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1354 2025/01/01 18:15:48 christos Exp $
+# $NetBSD: mi,v 1.1355 2025/01/02 01:45:19 kre Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -4187,6 +4187,7 @@
 ./usr/tests/lib/libtre/h_regex_att			tests-obsolete		obsolete
 ./usr/tests/lib/libtre/t_exhaust			tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libtre/t_regex_att			tests-lib-tests		compattestfile,atf
+./usr/tests/lib/libtre/t_regex_binary			tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libusbhid				tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libusbhid/Atffile			tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libusbhid/Kyuafile			tests-lib-tests		compattestfile,atf,kyua

Index: src/tests/lib/libc/regex/Makefile
diff -u src/tests/lib/libc/regex/Makefile:1.12 src/tests/lib/libc/regex/Makefile:1.13
--- src/tests/lib/libc/regex/Makefile:1.12	Wed Jan  1 18:13:48 2025
+++ src/tests/lib/libc/regex/Makefile	Thu Jan  2 01:45:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/01/01 18:13:48 christos Exp $
+# $NetBSD: Makefile,v 1.13 2025/01/02 01:45:19 kre Exp $
 
 NOMAN=
 
@@ -15,7 +15,7 @@ CPPFLAGS+=	-I${LIBC}/regex ${IMPLEMENTAT
 
 TESTS_SH?=	t_regex
 TESTS_C=	t_regex_att
-TESTS_C=	t_regex_binary
+TESTS_C+=	t_regex_binary
 TESTS_C+=	t_exhaust
 
 .PATH: ${LIBC}/regex

Reply via email to