1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-15 11:41:20 +03:00
Files
gnulib/modules/mbfile-tests
Bruno Haible 17617e38cf 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.
2024-05-29 14:13:33 +02:00

16 lines
273 B
Plaintext

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)