aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-tool.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-03-24 08:45:02 +0100
committerJunio C Hamano <gitster@pobox.com>2018-03-27 08:45:47 -0700
commit112edd6abe29a51cbe53f6761d35443cfcb73cde (patch)
tree34e862daf64e31006133858f7e35eaa652a28ab1 /t/helper/test-tool.c
parentt/helper: merge test-submodule-config into test-tool (diff)
downloadgit-112edd6abe29a51cbe53f6761d35443cfcb73cde.tar.gz
git-112edd6abe29a51cbe53f6761d35443cfcb73cde.zip
t/helper: merge test-subprocess 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.c')
-rw-r--r--t/helper/test-tool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.c b/t/helper/test-tool.c
index 36b441a113..d10fad111d 100644
--- a/t/helper/test-tool.c
+++ b/t/helper/test-tool.c
@@ -38,6 +38,7 @@ static struct test_cmd cmds[] = {
{ "strcmp-offset", cmd__strcmp_offset },
{ "string-list", cmd__string_list },
{ "submodule-config", cmd__submodule_config },
+ { "subprocess", cmd__subprocess },
};
int cmd_main(int argc, const char **argv)