]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'gt/unit-test-hashmap'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Aug 2024 20:22:12 +0000 (13:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Aug 2024 20:22:12 +0000 (13:22 -0700)
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

1  2 
Makefile

diff --cc Makefile
index 13890710f80852cf597e70704a21af057ebb0893,74bb02661032ce3b3c645c5a0aa46d7ca73ba4c4..a87e18b317d5b58c7544e76e68dd198a06a24d68
+++ 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