Branch
Hash :
17617e38
Author :
Date :
2024-05-29T14:13:33
mbfile tests: Avoid test failure on mingw. * tests/test-mbfile.c: Include <string.h>, localcharset.h. (main): Verify that setlocale() has installed an UTF-8 locale. * modules/mbfile-tests (Depends-on): Add localcharset.
Files:
tests/test-mbfile.sh
tests/test-mbfile.c
tests/macros.h
Depends-on:
localcharset
setlocale
configure.ac:
Makefile.am:
TESTS += test-mbfile.sh
check_PROGRAMS += test-mbfile
test_mbfile_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)