aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-08-15 13:22:12 -0700
committerJunio C Hamano <gitster@pobox.com>2024-08-15 13:22:12 -0700
commita3d71f2076d423dd7d0e929ca213707336db0290 (patch)
tree82d0a4532d5d304a780a32d2bb6e486851a80529 /Makefile
parentf6df5e2d05eae0c0c425b9be9f05be63f3823856 (diff)
parent3469a23659d8197190d2765cf9f31dec5ab602fa (diff)
downloadgit-a3d71f2076d423dd7d0e929ca213707336db0290.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 13890710f8..a87e18b317 100644
--- a/Makefile
+++ b/Makefile
@@ -1335,6 +1335,7 @@ 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