]> git.ipfire.org Git - thirdparty/zstd.git/commit
Add unit tests to seekable
authorsenhuang42 <senhuang96@fb.com>
Wed, 2 Dec 2020 20:27:39 +0000 (15:27 -0500)
committersenhuang42 <senhuang96@fb.com>
Wed, 2 Dec 2020 20:33:12 +0000 (15:33 -0500)
commit152b55879c6ac7723a49d51ea48bc20dd05959f9
treea22fb0d1fcc119aa4e2945a6aa77fedbb46738d7
parent9db49a3989b300537be792f61cedeeee93663622
Add unit tests to seekable
contrib/seekable_format/tests/.gitignore [new file with mode: 0644]
contrib/seekable_format/tests/Makefile [new file with mode: 0644]
contrib/seekable_format/tests/seekable_tests.c [new file with mode: 0644]
contrib/seekable_format/zstdseek_decompress.c