commit-reach: make can_all_from_reach... linear
[gitweb.git] / t / helper / test-tool.c
index 87066ced62aca5641daafb83b696e01e12b436d5..582d02adfd93ef5e72ec835b80fd218a3f2afb51 100644 (file)
@@ -26,9 +26,11 @@ static struct test_cmd cmds[] = {
        { "online-cpus", cmd__online_cpus },
        { "path-utils", cmd__path_utils },
        { "prio-queue", cmd__prio_queue },
+       { "reach", cmd__reach },
        { "read-cache", cmd__read_cache },
        { "ref-store", cmd__ref_store },
        { "regex", cmd__regex },
+       { "repository", cmd__repository },
        { "revision-walking", cmd__revision_walking },
        { "run-command", cmd__run_command },
        { "scrap-cache-tree", cmd__scrap_cache_tree },
@@ -48,6 +50,7 @@ int cmd_main(int argc, const char **argv)
 {
        int i;
 
+       BUG_exit_code = 99;
        if (argc < 2)
                die("I need a test name!");