From: Bruno Haible Date: Sat, 31 Aug 2024 16:23:33 +0000 (+0200) Subject: trim, unicodeio tests: Fix module description. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=538efeaf8699299475e9800a876e71be2d055841;p=gnulib.git trim, unicodeio tests: Fix module description. * modules/trim-tests (configure.ac): Invoke the respective gt_LOCALE_* macros. * modules/unicodeio-tests (Makefile.am): Augment TESTS_ENVIRONMENT. --- diff --git a/ChangeLog b/ChangeLog index 1d2c43f7cd..08621c00ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024-08-31 Bruno Haible + + trim, unicodeio tests: Fix module description. + * modules/trim-tests (configure.ac): Invoke the respective gt_LOCALE_* + macros. + * modules/unicodeio-tests (Makefile.am): Augment TESTS_ENVIRONMENT. + 2024-08-31 Bruno Haible mbrtoc32: Fix a cross-compilation guess. diff --git a/modules/trim-tests b/modules/trim-tests index 12c12cba7b..5b04ceb062 100644 --- a/modules/trim-tests +++ b/modules/trim-tests @@ -12,6 +12,8 @@ Depends-on: setlocale configure.ac: +gt_LOCALE_FR_UTF8 +gt_LOCALE_ZH_CN Makefile.am: TESTS += test-trim1.sh test-trim2.sh test-trim3.sh diff --git a/modules/unicodeio-tests b/modules/unicodeio-tests index 740552abaf..0a7d57bd5c 100644 --- a/modules/unicodeio-tests +++ b/modules/unicodeio-tests @@ -18,5 +18,8 @@ gt_LOCALE_ZH_CN Makefile.am: TESTS += test-unicodeio1.sh test-unicodeio2.sh test-unicodeio3.sh +TESTS_ENVIRONMENT += \ + LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \ + LOCALE_ZH_CN='@LOCALE_ZH_CN@' check_PROGRAMS += test-unicodeio test_unicodeio_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBUNISTRING) $(LIBICONV) $(LIBINTL)