t/helper: merge test-example-decorate into test-tool
[gitweb.git] / t / helper / test-tool.c
index 0b1abe1ea24b9cde1f94b3bf0696b109a4a4c24d..55799069cc12d0a4ec8c69219a1279d23b52a4ef 100644 (file)
@@ -8,6 +8,16 @@ struct test_cmd {
 
 static struct test_cmd cmds[] = {
        { "chmtime", cmd__chmtime },
+       { "config", cmd__config },
+       { "ctype", cmd__ctype },
+       { "date", cmd__date },
+       { "delta", cmd__delta },
+       { "drop-caches", cmd__drop_caches },
+       { "dump-cache-tree", cmd__dump_cache_tree },
+       { "dump-split-index", cmd__dump_split_index },
+       { "example-decorate", cmd__example_decorate },
+       { "lazy-init-name-hash", cmd__lazy_init_name_hash },
+       { "sha1", cmd__sha1 },
 };
 
 int cmd_main(int argc, const char **argv)