dyz1990 / sevenz-rust

A 7z decompressor/compressor lib written in pure rust
Apache License 2.0
153 stars 24 forks source link

added test for bcj x86 #3

Closed bfrazho closed 1 year ago

bfrazho commented 1 year ago

Just adding a test for your new bcj x86 functionality :)

I took an exe that was the output of the example decompress, and compressed it.

I put both the uncompressed and compressed versions of the file in the tests/resources directory and used them for comparisons.