]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Added gzip tests for all open modes and compression levels for more code coverage.
authorNathan Moinvaziri <nathan@solidstatenetworks.com>
Fri, 25 Oct 2019 19:53:04 +0000 (12:53 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 10 Dec 2019 09:56:41 +0000 (10:56 +0100)
commit84a4662a73822b60fa55cda3dca0b72dccbf90ef
tree95fa376f308fae89272ab4db592ddc0b6f38ec1f
parent3ea747396dcc3d63924eedbdf05bacf7866e1b29
Added gzip tests for all open modes and compression levels for more code coverage.
Added tests for gzip compress/uncompress for all open modes.
Added test data from Google snappy project and include copying info.
CMakeLists.txt
test/README.md
test/data/fireworks.jpg [new file with mode: 0644]
test/data/lcet10.txt [new file with mode: 0644]
test/data/paper-100k.pdf [new file with mode: 0644]
test/minigzip.c