Add a base implementation of SHA-256 support
[gitweb.git] / t / helper / test-tool.c
index e009c8186d72dc818e91323c6e272e49ad0a9b3c..2a65193514482b7b1278b7be5e1edae123a1b49e 100644 (file)
@@ -43,6 +43,7 @@ static struct test_cmd cmds[] = {
        { "scrap-cache-tree", cmd__scrap_cache_tree },
        { "sha1", cmd__sha1 },
        { "sha1-array", cmd__sha1_array },
+       { "sha256", cmd__sha256 },
        { "sigchain", cmd__sigchain },
        { "strcmp-offset", cmd__strcmp_offset },
        { "string-list", cmd__string_list },