]> Savannah Git Hosting - gnulib.git/commit
localcharset tests: Test in the UTF-8 environment on native Windows.
authorBruno Haible <bruno@clisp.org>
Mon, 23 Dec 2024 15:56:37 +0000 (16:56 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 23 Dec 2024 15:56:46 +0000 (16:56 +0100)
commita5c87eca2b85c624582eabeb6b409dc6fb50bfbd
tree99bb92abb20ea4ad6a1515eaad9a8ebd305361c6
parent927a70e0853345315570f051fd6996cfeb7b4d96
localcharset tests: Test in the UTF-8 environment on native Windows.

* m4/windows-rc.m4: New file.
* tests/test-localcharset-w32utf8.sh: New file.
* tests/test-localcharset-w32utf8.c: New file.
* tests/windows-utf8.rc: New file.
* tests/windows-utf8.manifest: New file.
* modules/localcharset-tests (Files): Add these files.
(Depends-on): Add test-xfail.
(configure.ac): Invoke gl_WINDOWS_RC.
(Makefile.am): Arrange to compile test-localcharset-w32utf8 and run
test-localcharset-w32utf8.sh.
ChangeLog
m4/windows-rc.m4 [new file with mode: 0644]
modules/localcharset-tests
tests/test-localcharset-w32utf8.c [new file with mode: 0644]
tests/test-localcharset-w32utf8.sh [new file with mode: 0755]
tests/windows-utf8.manifest [new file with mode: 0644]
tests/windows-utf8.rc [new file with mode: 0644]