summaryrefslogtreecommitdiff
path: root/modules/array-map-tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix link errors in unit tests.Bruno Haible2019-01-041-0/+1
| | | | | | | | | | | | | | | | | | Reported by Tom G. Christensen <tgc@jupiterrise.com>. * modules/bitset-tests (Makefile.am): Link test-bitset against libintl. * modules/array-map-tests (Makefile.am): Link test-array_map against libintl. * modules/array-set-tests (Makefile.am): Link test-array_set against libintl. * modules/hash-map-tests (Makefile.am): Link test-hash_map against libintl. * modules/hash-set-tests (Makefile.am): Link test-hash_set against libintl. * modules/linkedhash-map-tests (Makefile.am): Link test-linkedhash_map against libintl. * modules/linkedhash-set-tests (Makefile.am): Link test-linkedhash_set against libintl.
* array-map: Add tests.Bruno Haible2018-12-141-0/+14
* tests/test-array_map.c: New file. * modules/array-map-tests: New file.