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:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-03-27 15:45:47 (GMT)
commit5fbe600cb5e4c54e859b5d0b0ca59658781fce93 (patch)
tree3c5b9a66bc8cfbc632fd82d9b682eb8a2f92d563 /t/helper/test-tool.c
parent15b75817765be6d641590c69b6d42324147b293d (diff)
downloadgit-5fbe600cb5e4c54e859b5d0b0ca59658781fce93.zip
git-5fbe600cb5e4c54e859b5d0b0ca59658781fce93.tar.gz
git-5fbe600cb5e4c54e859b5d0b0ca59658781fce93.tar.bz2
t/helper: merge test-read-cache 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 64af0bb..5bea216 100644
--- a/t/helper/test-tool.c
+++ b/t/helper/test-tool.c
@@ -26,6 +26,7 @@ static struct test_cmd cmds[] = {
{ "online-cpus", cmd__online_cpus },
{ "path-utils", cmd__path_utils },
{ "prio-queue", cmd__prio_queue },
+ { "read-cache", cmd__read_cache },
{ "sha1", cmd__sha1 },
};