]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'gt/unit-test-oidtree' into ps/use-the-repository
authorJunio C Hamano <gitster@pobox.com>
Thu, 13 Jun 2024 16:39:46 +0000 (09:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Jun 2024 16:39:46 +0000 (09:39 -0700)
* gt/unit-test-oidtree:
  t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c

1  2 
Makefile
t/helper/test-tool.c
t/helper/test-tool.h

diff --cc Makefile
index 97d3b5051742b6999f0f3ffa863d9d1942fe5091,03751e0fc0a5f100c83b0f31a95a3a876c856b13..fe8c58c4b2d75bdb69f017da7562b953b73a5af6
+++ b/Makefile
@@@ -1334,11 -1333,9 +1333,12 @@@ THIRD_PARTY_SOURCES += sha1collisiondet
  THIRD_PARTY_SOURCES += sha1dc/%
  
  UNIT_TEST_PROGRAMS += t-ctype
 +UNIT_TEST_PROGRAMS += t-example-decorate
 +UNIT_TEST_PROGRAMS += t-hash
  UNIT_TEST_PROGRAMS += t-mem-pool
+ UNIT_TEST_PROGRAMS += t-oidtree
  UNIT_TEST_PROGRAMS += t-prio-queue
 +UNIT_TEST_PROGRAMS += t-reftable-basics
  UNIT_TEST_PROGRAMS += t-strbuf
  UNIT_TEST_PROGRAMS += t-strcmp-offset
  UNIT_TEST_PROGRAMS += t-strvec
Simple merge
Simple merge