mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Compress a known 64K buffer with raw deflate, pass it through decompress_cluster with ZlibDecoder, and verify the output matches the original data. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>