* 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>
+
+ 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.
setlocale
configure.ac:
+gt_LOCALE_FR_UTF8
+gt_LOCALE_ZH_CN
Makefile.am:
TESTS += test-trim1.sh test-trim2.sh test-trim3.sh
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)