summaryrefslogtreecommitdiff
path: root/tests/test-dynarray.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* tests: fix signed overflow issuesPaul Eggert2021-03-211-1/+1
| | | | | | | * tests/test-dynarray.c (value_at): Avoid undefined behavior in signed integer multiplication. * tests/test-scratch-buffer.c (byte_at): Likewise, for the theoretically-possible case where size_t is narrower than int.
* dynarray: Add tests.Bruno Haible2021-03-071-0/+53
* tests/test-dynarray.c: New file. * modules/dynarray-tests: New file.