summaryrefslogtreecommitdiff
path: root/tests/test-array_map.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* *-map tests: Fix compilation error.Colin Watson2019-02-021-0/+1
| | | | | | * tests/test-array_map.c: Include <limits.h>, for CHAR_BIT. * tests/test-hash_map.c: Likewise. * tests/test-linkedhash_map.c: Likewise.
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
|
* array-map: Add tests.Bruno Haible2018-12-141-0/+219
* tests/test-array_map.c: New file. * modules/array-map-tests: New file.