mirror of
https://github.com/facebook/zstd.git
synced 2025-03-06 16:56:49 +02:00
This does the following: 1. Compress test data into multiple frames 2. Perform a series of small decompressions and seeks forward, checking that compressed data wasn't reread unnecessarily. 3. Perform some seeks forward and backward to ensure correctness.