Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-11 | Tests: Fix unused function warning in test_index_hash. | Jia Tan | 1 | -3/+1 | |
test_index_hash does not use fill_index_hash() unless both encoders and decoders are configured in the build. | |||||
2023-01-09 | Tests: Creates test_index_hash.c | Jia Tan | 1 | -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.] |