aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-tool.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-15 15:08:22 -0700
committerJunio C Hamano <gitster@pobox.com>2018-08-15 15:08:22 -0700
commita14a9bfc132f8fe80cca33d14b1acbcda945de13 (patch)
tree82bbfba41374f8e350b9a7146740a3763b54cdeb /t/helper/test-tool.c
parent8cabe16d9f96e99aec2264b9e468e42fb61e4668 (diff)
parent75459410edd8d3bf38a2f1ad785f54b97770b324 (diff)
downloadgit-a14a9bfc132f8fe80cca33d14b1acbcda945de13.tar.gz
Merge branch 'jh/json-writer'
Preparatory code to later add json output for telemetry data. * jh/json-writer: json_writer: new routines to create JSON data
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 dafc91c240..0edafcfd65 100644
--- a/t/helper/test-tool.c
+++ b/t/helper/test-tool.c
@@ -19,6 +19,7 @@ static struct test_cmd cmds[] = {
{ "genrandom", cmd__genrandom },
{ "hashmap", cmd__hashmap },
{ "index-version", cmd__index_version },
+ { "json-writer", cmd__json_writer },
{ "lazy-init-name-hash", cmd__lazy_init_name_hash },
{ "match-trees", cmd__match_trees },
{ "mergesort", cmd__mergesort },