This helper verifies interoperability between:
compress.bzip2bzip2bz2It runs deterministic test vectors and compression levels, compresses each vector with all three producers, then cross-decompresses every produced stream with all three decoders.
A case passes only if every decompressed output is byte-identical to the original input.
Current levels are 1, 6, and 9 (see compression_levels in
vlib/compress/bzip2/interop/bzip2_interop_check.vsh).
v run vlib/compress/bzip2/interop/bzip2_interop_check.vsh
bzip2 available in PATHpython3 with bz2