summaryrefslogtreecommitdiff
path: root/tests/test-simple-atomic.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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.