summaryrefslogtreecommitdiff
path: root/tests/test-btoc32.c
Commit message (Collapse)AuthorAgeFilesLines
* btoc32 tests: Check behaviour in the C locale.Bruno Haible2023-04-031-0/+30
| | | | | | | | * tests/test-btoc32.c (main): Test behaviour in the C locale. Based on tests/test-btowc.c. * tests/test-btoc32-3.sh: New file, based on tests/test-btowc3.sh. * modules/btoc32-tests (Files): Add it. (Makefile.am): Test it.
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
| | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command.
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* btoc32: Add tests.Bruno Haible2020-01-041-0/+64
* tests/test-btoc32.c: New file, based on tests/test-btowc.c. * tests/test-btoc32-1.sh: New file, based on tests/test-btowc1.sh. * tests/test-btoc32-2.sh: New file, based on tests/test-btowc2.sh. * modules/btoc32-tests: New file, based on modules/btowc-tests.