summaryrefslogtreecommitdiff
path: root/t/helper/test-tool.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-03-24 07:44:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-03-27 15:45:47 (GMT)
commitcc6f663dea6d146dcf8b9fa75c101ecb0e41a5c6 (patch)
tree8472d6a9e1b72d4e3eaca13240291b8ec4c4a3d8 /t/helper/test-tool.c
parent7c18cbd562af9f00877baad5f46b057d47b1c493 (diff)
downloadgit-cc6f663dea6d146dcf8b9fa75c101ecb0e41a5c6.zip
git-cc6f663dea6d146dcf8b9fa75c101ecb0e41a5c6.tar.gz
git-cc6f663dea6d146dcf8b9fa75c101ecb0e41a5c6.tar.bz2
t/helper: merge test-index-version into test-tool
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-tool.c')
-rw-r--r--t/helper/test-tool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.c b/t/helper/test-tool.c
index 81bafce..d38d4dd 100644
--- a/t/helper/test-tool.c
+++ b/t/helper/test-tool.c
@@ -18,6 +18,7 @@ static struct test_cmd cmds[] = {
{ "example-decorate", cmd__example_decorate },
{ "genrandom", cmd__genrandom },
{ "hashmap", cmd__hashmap },
+ { "index-version", cmd__index_version },
{ "lazy-init-name-hash", cmd__lazy_init_name_hash },
{ "sha1", cmd__sha1 },
};