From: Junio C Hamano Date: Thu, 15 Aug 2024 20:22:12 +0000 (-0700) Subject: Merge branch 'gt/unit-test-hashmap' X-Git-Tag: v2.47.0-rc0~127 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3d71f2076d423dd7d0e929ca213707336db0290;p=thirdparty%2Fgit.git Merge branch 'gt/unit-test-hashmap' An existing test of hashmap API has been rewritten with the unit-test framework. * gt/unit-test-hashmap: t: port helper/test-hashmap.c to unit-tests/t-hashmap.c --- a3d71f2076d423dd7d0e929ca213707336db0290 diff --cc Makefile index 13890710f8,74bb026610..a87e18b317 --- a/Makefile +++ b/Makefile @@@ -1335,8 -1336,8 +1335,9 @@@ THIRD_PARTY_SOURCES += sha1dc/ UNIT_TEST_PROGRAMS += t-ctype UNIT_TEST_PROGRAMS += t-example-decorate UNIT_TEST_PROGRAMS += t-hash + UNIT_TEST_PROGRAMS += t-hashmap UNIT_TEST_PROGRAMS += t-mem-pool +UNIT_TEST_PROGRAMS += t-oidmap UNIT_TEST_PROGRAMS += t-oidtree UNIT_TEST_PROGRAMS += t-prio-queue UNIT_TEST_PROGRAMS += t-reftable-basics