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