From bc683980d656d95a93c1b26922a7878fd3fa473e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 31 Aug 2024 18:23:33 +0200 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ modules/trim-tests | 2 ++ modules/unicodeio-tests | 3 +++ 3 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 13131ca7d6..8d2cfd12f6 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) -- 2.39.5