summaryrefslogtreecommitdiff
path: root/tests/test-wcrtomb-w32-6.sh
Commit message (Collapse)AuthorAgeFilesLines
* wcrtomb: Add more tests.Bruno Haible2020-01-031-3/+0
| | | | | | | | | | | * tests/test-wcrtomb-w32.c: Include localcharset.h. (test_one_locale): For the GB18030 and UTF-8 tests, verify that locale_charset() returns the expected value; otherwise, skip the test. * tests/test-wcrtomb-w32-6.sh: Remove old comment. * tests/test-wcrtomb-w32-7.sh: Likewise. * modules/wcrtomb-tests (Files): Add these files. (Depends-on): Add localcharset. (TESTS): Add test-wcrtomb-w32-6.sh, test-wcrtomb-w32-7.sh.
* tests: Prepare for using valgrind.Bruno Haible2019-03-101-1/+1
| | | | | tests/*.sh: Invoke all test programs through ${CHECKER}. tests/*/*.sh: Likewise.
* wcrtomb: Add more tests for native Windows platforms.Bruno Haible2011-02-221-0/+7
* tests/test-wcrtomb-w32-1.sh: New file. * tests/test-wcrtomb-w32-2.sh: New file. * tests/test-wcrtomb-w32-3.sh: New file. * tests/test-wcrtomb-w32-4.sh: New file. * tests/test-wcrtomb-w32-5.sh: New file. * tests/test-wcrtomb-w32.c: New file. * modules/wcrtomb-tests (Files): Add them. (Makefile.am): Arrange to run these tests. * tests/test-wcrtomb-w32-6.sh: New file, currently unused. * tests/test-wcrtomb-w32-7.sh: New file, currently unused.