modules/hash-set-tests


Log

Author Commit Date CI Message
Bruno Haible 7561e64e 2019-01-04T20:31:18 Fix link errors in unit tests. 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.
Bruno Haible 566f133c 2018-12-04T00:57:58 hash-set: Add tests. * tests/test-hash_set.c: New file. * modules/hash-set-tests: New file.