mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-15 11:41:20 +03:00
* 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.
16 lines
273 B
Plaintext
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)
|