t/helper: merge test-run-command into test-tool
[gitweb.git] / t / helper / test-tool.c
index f52cbcfe670844a769b9459b68e1911c21a458ba..54bdee04b9b0804a8d6c248147d6e6967edf7693 100644 (file)
@@ -17,7 +17,20 @@ static struct test_cmd cmds[] = {
        { "dump-split-index", cmd__dump_split_index },
        { "example-decorate", cmd__example_decorate },
        { "genrandom", cmd__genrandom },
+       { "hashmap", cmd__hashmap },
+       { "index-version", cmd__index_version },
        { "lazy-init-name-hash", cmd__lazy_init_name_hash },
+       { "match-trees", cmd__match_trees },
+       { "mergesort", cmd__mergesort },
+       { "mktemp", cmd__mktemp },
+       { "online-cpus", cmd__online_cpus },
+       { "path-utils", cmd__path_utils },
+       { "prio-queue", cmd__prio_queue },
+       { "read-cache", cmd__read_cache },
+       { "ref-store", cmd__ref_store },
+       { "regex", cmd__regex },
+       { "revision-walking", cmd__revision_walking },
+       { "run-command", cmd__run_command },
        { "sha1", cmd__sha1 },
 };