t/helper: merge test-read-cache into test-tool
[gitweb.git] / t / helper / test-tool.c
index bca32f23fae4fa7d48a9abf2fe8a7bfb63f9bd29..5bea2164629f88984dc247cba7d50e218e6fbd2e 100644 (file)
@@ -24,6 +24,9 @@ static struct test_cmd cmds[] = {
        { "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 },
        { "sha1", cmd__sha1 },
 };