summaryrefslogtreecommitdiff
path: root/modules/setlocale-null-tests
Commit message (Collapse)AuthorAgeFilesLines
* setlocale-null: Rename LIB_SETLOCALE_NULL to SETLOCALE_NULL_LIB.Bruno Haible2023-01-071-3/+3
| | | | | | * m4/setlocale_null.m4: Rename LIB_SETLOCALE_NULL to SETLOCALE_NULL_LIB. All uses changed. * NEWS: Mention the change
* nanosleep: Rename LIB_NANOSLEEP to NANOSLEEP_LIB.Bruno Haible2023-01-071-2/+2
| | | | | | * m4/nanosleep.m4: Rename LIB_NANOSLEEP to NANOSLEEP_LIB. All uses changed. * NEWS: Mention the change.
* New convention for multithread-safety tests.Bruno Haible2019-12-211-8/+8
| | | | | | | | * tests/test-setlocale_null-mt-one.c: Renamed from tests/test-setlocale_null-one.c. * tests/test-setlocale_null-mt-all.c: Renamed from tests/test-setlocale_null-all.c. * modules/setlocale-null-tests (Files, Makefile.am): Update.
* setlocale-null: Add tests.Bruno Haible2019-12-151-0/+23
* tests/test-setlocale_null.c: New file. * tests/test-setlocale_null-one.c: New file. * tests/test-setlocale_null-all.c: New file. * modules/setlocale-null-tests: New file.