summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Couder <christian.couder@gmail.com>2019-06-15 10:06:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-06-18 01:11:41 (GMT)
commit11510decd020c3cb8936432d4d4bfb214492fcc4 (patch)
tree35b140c54d19e7b20add494c30f349d8b29c8ae1 /Makefile
parentb697d92f56511e804b8ba20ccbe7bdc85dc66810 (diff)
downloadgit-11510decd020c3cb8936432d4d4bfb214492fcc4.zip
git-11510decd020c3cb8936432d4d4bfb214492fcc4.tar.gz
git-11510decd020c3cb8936432d4d4bfb214492fcc4.tar.bz2
t/helper: add test-oidmap.c
This new helper is very similar to "test-hashmap.c" and will help test how `struct oidmap` from oidmap.{c,h} can be used. Helped-by: SZEDER Gábor <szeder.dev@gmail.com> Helped-by: Jeff King <peff@peff.net> Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a7e235..5efc770 100644
--- a/Makefile
+++ b/Makefile
@@ -727,6 +727,7 @@ TEST_BUILTINS_OBJS += test-lazy-init-name-hash.o
TEST_BUILTINS_OBJS += test-match-trees.o
TEST_BUILTINS_OBJS += test-mergesort.o
TEST_BUILTINS_OBJS += test-mktemp.o
+TEST_BUILTINS_OBJS += test-oidmap.o
TEST_BUILTINS_OBJS += test-online-cpus.o
TEST_BUILTINS_OBJS += test-parse-options.o
TEST_BUILTINS_OBJS += test-path-utils.o