t/helper: merge test-run-command into test-tool
[gitweb.git] / t / helper / test-tool.c
index d38d4ddc725aa9b0e9dfa2221f1eb47e0cafef75..54bdee04b9b0804a8d6c248147d6e6967edf7693 100644 (file)
@@ -20,6 +20,17 @@ static struct test_cmd cmds[] = {
        { "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 },
 };