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