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 07:44:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-03-27 15:45:47 (GMT)
commit1c854745bdd9e1c49d8befb7611cc74e7194b5b8 (patch)
treec18718fc0fc15daf0537ad6cd38b4da52d8610bd /t/helper/test-tool.h
parent9153dde5e2ec0c424e5468aa2aff8cec04214770 (diff)
downloadgit-1c854745bdd9e1c49d8befb7611cc74e7194b5b8.zip
git-1c854745bdd9e1c49d8befb7611cc74e7194b5b8.tar.gz
git-1c854745bdd9e1c49d8befb7611cc74e7194b5b8.tar.bz2
t/helper: merge test-drop-caches 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.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 761705e..f585b77 100644
--- a/t/helper/test-tool.h
+++ b/t/helper/test-tool.h
@@ -6,6 +6,7 @@ int cmd__config(int argc, const char **argv);
int cmd__ctype(int argc, const char **argv);
int cmd__date(int argc, const char **argv);
int cmd__delta(int argc, const char **argv);
+int cmd__drop_caches(int argc, const char **argv);
int cmd__lazy_init_name_hash(int argc, const char **argv);
int cmd__sha1(int argc, const char **argv);