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:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-03-27 15:45:47 (GMT)
commit0489289de2d70d86ccb20cf5870bd697fd7cf1a2 (patch)
treef65527c0f3613a61261d1fe8e982cddd2fd313f4 /t/helper/test-tool.h
parent599fbd873396ece0f1b1c2ef393d4eca5ef1bf26 (diff)
downloadgit-0489289de2d70d86ccb20cf5870bd697fd7cf1a2.zip
git-0489289de2d70d86ccb20cf5870bd697fd7cf1a2.tar.gz
git-0489289de2d70d86ccb20cf5870bd697fd7cf1a2.tar.bz2
t/helper: merge test-wildmatch 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 fa53c82..84c583e 100644
--- a/t/helper/test-tool.h
+++ b/t/helper/test-tool.h
@@ -34,5 +34,6 @@ 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);
+int cmd__wildmatch(int argc, const char **argv);
#endif