]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/helper/test-tool.c
t/helper: merge test-hashmap into test-tool
[thirdparty/git.git] / t / helper / test-tool.c
index f52cbcfe670844a769b9459b68e1911c21a458ba..81bafced8b0ddaf87d4f6f727561d9840aff91d5 100644 (file)
@@ -17,6 +17,7 @@ static struct test_cmd cmds[] = {
        { "dump-split-index", cmd__dump_split_index },
        { "example-decorate", cmd__example_decorate },
        { "genrandom", cmd__genrandom },
+       { "hashmap", cmd__hashmap },
        { "lazy-init-name-hash", cmd__lazy_init_name_hash },
        { "sha1", cmd__sha1 },
 };