summaryrefslogtreecommitdiff
path: root/t/helper/test-tool.c
diff options
context:
space:
mode:
authorLibravatar Nguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-03-24 08:44:56 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-03-27 08:45:47 -0700
commitff5fb8b0343270caeb8f4b650c515d7755f57903 (patch)
tree7f43310c4cce6b840b92602170e33822c612c34a /t/helper/test-tool.c
parentt/helper: merge test-run-command into test-tool (diff)
downloadtgif-ff5fb8b0343270caeb8f4b650c515d7755f57903.tar.xz
t/helper: merge test-scrap-cache-tree 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 54bdee04b9..f0284cc7cf 100644
--- a/t/helper/test-tool.c
+++ b/t/helper/test-tool.c
@@ -31,6 +31,7 @@ static struct test_cmd cmds[] = {
{ "regex", cmd__regex },
{ "revision-walking", cmd__revision_walking },
{ "run-command", cmd__run_command },
+ { "scrap-cache-tree", cmd__scrap_cache_tree },
{ "sha1", cmd__sha1 },
};