From: Bruno Haible Date: Fri, 21 Feb 2025 17:42:22 +0000 (+0100) Subject: langinfo-h tests: Verify that ALTMON_* are defined. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=02e566e8b3fe5b697555bd87ab4500a100507310;p=gnulib.git langinfo-h tests: Verify that ALTMON_* are defined. * tests/test-langinfo-h.c (items): Add ALTMON_1 to ALTMON_12. --- diff --git a/ChangeLog b/ChangeLog index 4dc37bb1ef..8613924c4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-02-21 Bruno Haible + + langinfo-h tests: Verify that ALTMON_* are defined. + * tests/test-langinfo-h.c (items): Add ALTMON_1 to ALTMON_12. + 2025-02-21 Bruno Haible host-cpu-c-abi: Improve support for loongarch32. diff --git a/tests/test-langinfo-h.c b/tests/test-langinfo-h.c index c6d10c0a9a..869e37586b 100644 --- a/tests/test-langinfo-h.c +++ b/tests/test-langinfo-h.c @@ -61,6 +61,18 @@ int items[] = MON_10, MON_11, MON_12, + ALTMON_1, + ALTMON_2, + ALTMON_3, + ALTMON_4, + ALTMON_5, + ALTMON_6, + ALTMON_7, + ALTMON_8, + ALTMON_9, + ALTMON_10, + ALTMON_11, + ALTMON_12, ABMON_1, ABMON_2, ABMON_3,