help: use command-list.h for common command list
[gitweb.git] / t / helper / test-tool.c
index d10fad111d6ba29506089fa5eae0dfaecb439164..87066ced62aca5641daafb83b696e01e12b436d5 100644 (file)
@@ -39,6 +39,9 @@ static struct test_cmd cmds[] = {
        { "string-list", cmd__string_list },
        { "submodule-config", cmd__submodule_config },
        { "subprocess", cmd__subprocess },
+       { "urlmatch-normalization", cmd__urlmatch_normalization },
+       { "wildmatch", cmd__wildmatch },
+       { "write-cache", cmd__write_cache },
 };
 
 int cmd_main(int argc, const char **argv)