]> Savannah Git Hosting - gnulib.git/commit
mbrtoc16: Add tests.
authorBruno Haible <bruno@clisp.org>
Wed, 28 Jun 2023 16:36:02 +0000 (18:36 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 28 Jun 2023 17:04:47 +0000 (19:04 +0200)
commit5fc18b14848b7d7a5f561e8424dc4fadaa0e8d9d
treeaf43d28a05284810e5dc5f29a05e3881d67215ea
parent5ae6f38b4a1e0cda9a7671764953ab8dc6326a1e
mbrtoc16: Add tests.

* tests/test-mbrtoc16.c: New file, based on tests/test-mbrtoc32.c.
* tests/test-mbrtoc16-1.sh: New file, based on tests/test-mbrtoc32-1.sh.
* tests/test-mbrtoc16-2.sh: New file, based on tests/test-mbrtoc32-2.sh.
* tests/test-mbrtoc16-3.sh: New file, based on tests/test-mbrtoc32-3.sh.
* tests/test-mbrtoc16-4.sh: New file, based on tests/test-mbrtoc32-4.sh.
* tests/test-mbrtoc16-5.sh: New file, based on tests/test-mbrtoc32-5.sh.
* tests/test-mbrtoc16-w32.c: New file, based on
tests/test-mbrtoc32-w32.c.
* tests/test-mbrtoc16-w32-1.sh: New file, based on
tests/test-mbrtoc32-w32-1.sh.
* tests/test-mbrtoc16-w32-2.sh: New file, based on
tests/test-mbrtoc32-w32-2.sh.
* tests/test-mbrtoc16-w32-3.sh: New file, based on
tests/test-mbrtoc32-w32-3.sh.
* tests/test-mbrtoc16-w32-4.sh: New file, based on
tests/test-mbrtoc32-w32-4.sh.
* tests/test-mbrtoc16-w32-5.sh: New file, based on
tests/test-mbrtoc32-w32-5.sh.
* tests/test-mbrtoc16-w32-6.sh: New file, based on
tests/test-mbrtoc32-w32-6.sh.
* tests/test-mbrtoc16-w32-7.sh: New file, based on
tests/test-mbrtoc32-w32-7.sh.
* modules/mbrtoc16-tests: New file, based on modules/mbrtoc32-tests.
16 files changed:
ChangeLog
modules/mbrtoc16-tests [new file with mode: 0644]
tests/test-mbrtoc16-1.sh [new file with mode: 0755]
tests/test-mbrtoc16-2.sh [new file with mode: 0755]
tests/test-mbrtoc16-3.sh [new file with mode: 0755]
tests/test-mbrtoc16-4.sh [new file with mode: 0755]
tests/test-mbrtoc16-5.sh [new file with mode: 0755]
tests/test-mbrtoc16-w32-1.sh [new file with mode: 0755]
tests/test-mbrtoc16-w32-2.sh [new file with mode: 0755]
tests/test-mbrtoc16-w32-3.sh [new file with mode: 0755]
tests/test-mbrtoc16-w32-4.sh [new file with mode: 0755]
tests/test-mbrtoc16-w32-5.sh [new file with mode: 0755]
tests/test-mbrtoc16-w32-6.sh [new file with mode: 0755]
tests/test-mbrtoc16-w32-7.sh [new file with mode: 0755]
tests/test-mbrtoc16-w32.c [new file with mode: 0644]
tests/test-mbrtoc16.c [new file with mode: 0644]