From: Junio C Hamano Date: Thu, 13 Jun 2024 16:39:46 +0000 (-0700) Subject: Merge branch 'gt/unit-test-oidtree' into ps/use-the-repository X-Git-Tag: v2.46.0-rc0~20^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10aa7c74a26f5ce1502c2a31b844a34df9fc7124;p=thirdparty%2Fgit.git Merge branch 'gt/unit-test-oidtree' into ps/use-the-repository * gt/unit-test-oidtree: t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c --- 10aa7c74a26f5ce1502c2a31b844a34df9fc7124 diff --cc Makefile index 97d3b50517,03751e0fc0..fe8c58c4b2 --- a/Makefile +++ 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