]> Savannah Git Hosting - gnulib.git/commit
mbrlen: Add tests.
authorBruno Haible <bruno@clisp.org>
Thu, 30 Mar 2023 15:55:31 +0000 (17:55 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 30 Mar 2023 17:39:46 +0000 (19:39 +0200)
commit1ab07af585358746e7fcc0176ab1716db31ca902
tree8dc4a21025a7dd295fd2e9952c4956e1e0e30c3d
parent11fe27f76c63c14b6f88c815b656f3f72d37ea41
mbrlen: Add tests.

* tests/test-mbrlen1.sh: New file, based on tests/test-mbrtowc1.sh.
* tests/test-mbrlen2.sh: New file, based on tests/test-mbrtowc2.sh.
* tests/test-mbrlen3.sh: New file, based on tests/test-mbrtowc3.sh.
* tests/test-mbrlen4.sh: New file, based on tests/test-mbrtowc4.sh.
* tests/test-mbrlen5.sh: New file, based on tests/test-mbrtowc5.sh.
* tests/test-mbrlen.c: New file, based on tests/test-mbrtowc.c.
* tests/test-mbrlen-w32-1.sh: New file, based on
tests/test-mbrtowc-w32-1.sh.
* tests/test-mbrlen-w32-2.sh: New file, based on
tests/test-mbrtowc-w32-2.sh.
* tests/test-mbrlen-w32-3.sh: New file, based on
tests/test-mbrtowc-w32-3.sh.
* tests/test-mbrlen-w32-4.sh: New file, based on
tests/test-mbrtowc-w32-4.sh.
* tests/test-mbrlen-w32-5.sh: New file, based on
tests/test-mbrtowc-w32-5.sh.
* tests/test-mbrlen-w32-6.sh: New file, based on
tests/test-mbrtowc-w32-6.sh.
* tests/test-mbrlen-w32-7.sh: New file, based on
tests/test-mbrtowc-w32-7.sh.
* tests/test-mbrlen-w32.c: New file, based on tests/test-mbrtowc-w32.c.
* modules/mbrlen-tests: New file, based on modules/mbrtowc-tests.
* doc/posix-functions/mbrlen.texi: Update.
17 files changed:
ChangeLog
doc/posix-functions/mbrlen.texi
modules/mbrlen-tests [new file with mode: 0644]
tests/test-mbrlen-w32-1.sh [new file with mode: 0755]
tests/test-mbrlen-w32-2.sh [new file with mode: 0755]
tests/test-mbrlen-w32-3.sh [new file with mode: 0755]
tests/test-mbrlen-w32-4.sh [new file with mode: 0755]
tests/test-mbrlen-w32-5.sh [new file with mode: 0755]
tests/test-mbrlen-w32-6.sh [new file with mode: 0755]
tests/test-mbrlen-w32-7.sh [new file with mode: 0755]
tests/test-mbrlen-w32.c [new file with mode: 0644]
tests/test-mbrlen.c [new file with mode: 0644]
tests/test-mbrlen1.sh [new file with mode: 0755]
tests/test-mbrlen2.sh [new file with mode: 0755]
tests/test-mbrlen3.sh [new file with mode: 0755]
tests/test-mbrlen4.sh [new file with mode: 0755]
tests/test-mbrlen5.sh [new file with mode: 0755]