aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-06-12 13:37:15 -0700
committerJunio C Hamano <gitster@pobox.com>2024-06-12 13:37:15 -0700
commit22cf18fd9ede79bdfe5ac93e09986a64052e5781 (patch)
tree8ab7f912a4b11df3c9397d4a7332510eb3594205 /Makefile
parent56346ba24e16274196180a859d27a8199acb6150 (diff)
parent279493254864f0cbc002e1768de6e4f634c8150c (diff)
downloadgit-22cf18fd9ede79bdfe5ac93e09986a64052e5781.tar.xz
Merge branch 'gt/t-hash-unit-test'
A pair of test helpers that essentially are unit tests on hash algorithms have been rewritten using the unit-tests framework. * gt/t-hash-unit-test: t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash strbuf: introduce strbuf_addstrings() to repeatedly add a string
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 62188f5e8f..46468b02b8 100644
--- a/Makefile
+++ b/Makefile
@@ -1334,6 +1334,7 @@ THIRD_PARTY_SOURCES += sha1collisiondetection/%
THIRD_PARTY_SOURCES += sha1dc/%
UNIT_TEST_PROGRAMS += t-ctype
+UNIT_TEST_PROGRAMS += t-hash
UNIT_TEST_PROGRAMS += t-mem-pool
UNIT_TEST_PROGRAMS += t-prio-queue
UNIT_TEST_PROGRAMS += t-reftable-basics