summaryrefslogtreecommitdiff
path: root/tests/test-linkedhash_set.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
|
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
|
* array-set, linkedhash-set, hash-set: Fix tests.Bruno Haible2018-12-111-4/+10
| | | | | | | * tests/test-array_set.c (cmp_objects_in_array): New function. (check_equals): Use it. * tests/test-hash_set.c: Likewise. * tests/test-linkedhash_set.c: Likewise.
* linkedhash-set: Add tests.Bruno Haible2018-12-071-0/+164
* tests/test-linkedhash_set.c: New file. * modules/linkedhash-set-tests: New file.