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:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-03-27 15:45:47 (GMT)
commitb8d5cf4f96f6e57ddc91dfcc530e47c878aff598 (patch)
treee34a35835213b7e7e846dea029081e7c02519510 /t/helper/test-tool.h
parentc033cc15087da35edf2c4d634d664a73eed6c5e8 (diff)
downloadgit-b8d5cf4f96f6e57ddc91dfcc530e47c878aff598.zip
git-b8d5cf4f96f6e57ddc91dfcc530e47c878aff598.tar.gz
git-b8d5cf4f96f6e57ddc91dfcc530e47c878aff598.tar.bz2
t/helper: merge test-path-utils 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 aeabc97..3b7ced0 100644
--- a/t/helper/test-tool.h
+++ b/t/helper/test-tool.h
@@ -18,6 +18,7 @@ int cmd__match_trees(int argc, const char **argv);
int cmd__mergesort(int argc, const char **argv);
int cmd__mktemp(int argc, const char **argv);
int cmd__online_cpus(int argc, const char **argv);
+int cmd__path_utils(int argc, const char **argv);
int cmd__sha1(int argc, const char **argv);
#endif