Hash :
6219ae74
Author :
Date :
2024-05-27T22:33:33
tests: Fix internationalization problems on native Windows. * doc/posix-functions/setlocale.texi: Clarify the deficiency of setlocale() on native Windows. * modules/c-nstrftime-tests (Depends-on): Add setlocale. * modules/dfa-tests (Depends-on): Likewise. * modules/hard-locale-tests (Depends-on): Likewise. * modules/localcharset-tests (Depends-on): Likewise. * modules/nstrftime-tests (Depends-on): Likewise.
Files:
tests/test-dfa-match.sh
tests/test-dfa-match-aux.c
tests/test-dfa-invalid-char-class.sh
tests/test-dfa-invalid-merge.sh
Depends-on:
binary-io
stdio
stdlib
string
unistd
regex
setlocale
test-framework-sh
configure.ac:
Makefile.am:
TESTS += \
test-dfa-invalid-char-class.sh \
test-dfa-invalid-merge.sh \
test-dfa-match.sh
check_PROGRAMS += test-dfa-match-aux
test_dfa_match_aux_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV)