]> Savannah Git Hosting - gnulib.git/commitdiff
trim, unicodeio tests: Fix module description.
authorBruno Haible <bruno@clisp.org>
Sat, 31 Aug 2024 16:23:33 +0000 (18:23 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 17 Sep 2024 13:36:10 +0000 (15:36 +0200)
* modules/trim-tests (configure.ac): Invoke the respective gt_LOCALE_*
macros.
* modules/unicodeio-tests (Makefile.am): Augment TESTS_ENVIRONMENT.

ChangeLog
modules/trim-tests
modules/unicodeio-tests

index 1d2c43f7cda564bdbd56fdd1d1c453785dcf5401..08621c00abbd1168d862b29f77b3244ed1b302b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-08-31  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        mbrtoc32: Fix a cross-compilation guess.
index 12c12cba7bdc705028fc1ae5eb6eeafd7183ca97..5b04ceb06202d01cee598725ad38bbab6126e782 100644 (file)
@@ -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
index 740552abaf37bdfff510c9b49e05db638e63cc80..0a7d57bd5c32797383c0f66e6e48a40e25fbc9cf 100644 (file)
@@ -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)