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