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:45:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-03-27 15:45:47 (GMT)
commit599fbd873396ece0f1b1c2ef393d4eca5ef1bf26 (patch)
tree4790b39ecc80986c30568f44e5c1e2e746cf9b30 /t/helper/test-tool.h
parent112edd6abe29a51cbe53f6761d35443cfcb73cde (diff)
downloadgit-599fbd873396ece0f1b1c2ef393d4eca5ef1bf26.zip
git-599fbd873396ece0f1b1c2ef393d4eca5ef1bf26.tar.gz
git-599fbd873396ece0f1b1c2ef393d4eca5ef1bf26.tar.bz2
t/helper: merge test-urlmatch-normalization 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 a611801..fa53c82 100644
--- a/t/helper/test-tool.h
+++ b/t/helper/test-tool.h
@@ -33,5 +33,6 @@ int cmd__strcmp_offset(int argc, const char **argv);
int cmd__string_list(int argc, const char **argv);
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);
#endif