aboutsummaryrefslogtreecommitdiff
path: root/tests/test_index_hash.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-11Tests: Fix unused function warning in test_index_hash.Jia Tan1-3/+1
test_index_hash does not use fill_index_hash() unless both encoders and decoders are configured in the build.
2023-01-09Tests: Creates test_index_hash.cJia Tan1-0/+388
Tests all API functions exported from index_hash.h. Does not have a dedicated test for lzma_index_hash_end. [Minor edits were made by Lasse Collin.]