summaryrefslogtreecommitdiff
path: root/t/helper/test-tool.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-03-24 08:45:05 +0100
committerJunio C Hamano <gitster@pobox.com>2018-03-27 08:45:47 -0700
commitc81f843d0901c79150b1bf2fe528ad0c48267c24 (patch)
treedc02b76fca792f3a344db4a17ade7156a1af184b /t/helper/test-tool.h
parent0489289de2d70d86ccb20cf5870bd697fd7cf1a2 (diff)
downloadgit-nd/combined-test-helper.tar.gz
t/helper: merge test-write-cache into test-toolnd/combined-test-helper
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.h')
-rw-r--r--t/helper/test-tool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.h b/t/helper/test-tool.h
index 84c583e68f..7116ddfb94 100644
--- a/t/helper/test-tool.h
+++ b/t/helper/test-tool.h
@@ -35,5 +35,6 @@ int cmd__submodule_config(int argc, const char **argv);
int cmd__subprocess(int argc, const char **argv);
int cmd__urlmatch_normalization(int argc, const char **argv);
int cmd__wildmatch(int argc, const char **argv);
+int cmd__write_cache(int argc, const char **argv);
#endif