summaryrefslogtreecommitdiff
path: root/tests/test-simple-atomic.c
Commit message (Collapse)AuthorAgeFilesLines
* simple-atomic tests: Fix compilation error on Solaris 10.Bruno Haible2021-03-191-5/+5
| | | | | | | Reported by Tom G. Christensen <tgc@jupiterrise.com> in <https://lists.gnu.org/archive/html/bug-gnulib/2021-03/msg00085.html>. * tests/test-simple-atomic.c (yield): Define only after all #includes.
* simple-atomic: Add tests.Bruno Haible2021-02-151-0/+234
* tests/test-simple-atomic.c: New file. * modules/simple-atomic-tests: New file.