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