t/helper: merge test-example-decorate into test-tool
[gitweb.git] / t / helper / test-tool.c
index 52d30b80eb2b8688c2bfcde2577ab692c16402c3..55799069cc12d0a4ec8c69219a1279d23b52a4ef 100644 (file)
@@ -12,6 +12,10 @@ static struct test_cmd cmds[] = {
        { "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 },
 };