mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* tests/test-mbrtowc-w32utf8.sh: New file. * tests/test-mbrtowc-w32utf8.c: New file. * modules/mbrtowc-tests (Files): Add these files and m4/windows-rc.m4, tests/windows-utf8.rc, tests/windows-utf8.manifest. (Depends-on): Add test-xfail. (configure.ac): Invoke gl_WINDOWS_RC. (Makefile.am): Arrange to compile test-mbrtowc-w32utf8 and run test-mbrtowc-w32utf8.sh.
13 lines
225 B
Bash
Executable File
13 lines
225 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Test the UTF-8 environment on native Windows.
|
|
unset LC_ALL
|
|
unset LC_CTYPE
|
|
unset LC_MESSAGES
|
|
unset LC_NUMERIC
|
|
unset LC_COLLATE
|
|
unset LC_MONETARY
|
|
unset LC_TIME
|
|
unset LANG
|
|
${CHECKER} ./test-mbrtowc-w32utf8${EXEEXT}
|