]> Savannah Git Hosting - gnulib.git/commit
mbrtoc32: Add tests.
authorBruno Haible <bruno@clisp.org>
Sat, 4 Jan 2020 01:35:26 +0000 (02:35 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 4 Jan 2020 01:35:26 +0000 (02:35 +0100)
commitdae399e532230b153356ab5e5f8016936377cb1e
tree15b642db33449606df94be2c257daf01dc4c77af
parent20ff668e934fa7e3bb3ce27027cd56ebe8716188
mbrtoc32: Add tests.

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