diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-07-19 11:30:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-07-19 11:30:19 -0700 |
commit | c62bff2cedead7df6fc55a745f073715da30727e (patch) | |
tree | f615f67724c780591786ed12c8a97088443e6c2a /Makefile | |
parent | Merge branch 'ds/midx-expire-repack' (diff) | |
parent | t0016: add 'remove' subcommand test (diff) | |
download | tgif-c62bff2cedead7df6fc55a745f073715da30727e.tar.xz |
Merge branch 'cc/test-oidmap'
Extend the test coverage a bit.
* cc/test-oidmap:
t0016: add 'remove' subcommand test
test-oidmap: remove 'add' subcommand
test-hashmap: remove 'hash' command
oidmap: use sha1hash() instead of static hash() function
t: add t0016-oidmap.sh
t/helper: add test-oidmap.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -721,6 +721,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 |