diff options
author | Jia Tan <jiat0218@gmail.com> | 2022-12-29 00:25:18 +0800 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-09 16:56:07 +0200 |
commit | bad44cfe19e8be8ae76755369be2a34abcd2b4fa (patch) | |
tree | baaf52721a2e182dcfc4aeba1b02d4b528163608 /.gitignore | |
parent | liblzma: Remove common.h include from common/index.h. (diff) | |
download | xz-bad44cfe19e8be8ae76755369be2a34abcd2b4fa.tar.xz |
Tests: Creates test_index_hash.c
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.]
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ coverage /tests/test_filter_flags /tests/test_hardware /tests/test_index +/tests/test_index_hash /test/test_lzip_decoder /tests/test_memlimit /tests/test_stream_flags |