summaryrefslogtreecommitdiff
path: root/tests/test-call_once2.c
Commit message (Collapse)AuthorAgeFilesLines
* Move remaining call_once tests from mtx-tests to call_once-tests.Bruno Haible2023-04-201-0/+255
* tests/test-call_once1.c: Renamed from tests/test-call_once.c. * tests/test-call_once2.c: New file, based on tests/test-mtx.c. * tests/test-mtx.c: Remove the code that was testing call_once. * modules/call_once-tests (Files): Add test-call_once1.c, test-call_once2.c. Remove test-call_once.c. (Depends-on): Add thrd, lock, stdint. (configure.ac): Check for alarm. (Makefile.am): Test test-call_once1 instead of test-call_once. Also test test-call_once2.