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