trifectatechfoundation / zlib-rs

A safer zlib
zlib License
147 stars 15 forks source link

Simplify test suite 1 #132

Closed folkertdev closed 3 months ago

folkertdev commented 3 months ago

removes libz-ng-sys as a dev dependency of zlib-rs (NOTE: we never use libz-ng-sys in release builds!)

we run into our symbols clashing with those imported from libz-ng-sys in tests, so I want to move the tests that compare to the C implementation into their own crate to just make sure we never run into such clashes.