summaryrefslogtreecommitdiff
path: root/tests/test-free.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
|
* free tests: Avoid test failure on glibc < 2.15.Bruno Haible2021-05-091-1/+3
| | | | * tests/test-free.c (main): Skip the hairy test on glibc < 2.15.
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* free-posix: Add tests.Bruno Haible2020-12-191-0/+173
* tests/test-free.c: New file. * tests/macros.h (ASSERT_NO_STDIO, WRITE_MACROEXPANDED_INTEGER_TO_STDERR, WRITE_INTEGER_TO_STDERR, WRITE_TO_STDERR): New macros. * modules/free-posix-tests: New file.