sl@0
|
1 |
This directory contains several test programs
|
sl@0
|
2 |
|
sl@0
|
3 |
ezfile: which can be used to compress and then uncompress a single file.
|
sl@0
|
4 |
ezlibtest: contains a number of tests designed to test many aspects of the ezlib interface. This is
|
sl@0
|
5 |
not example code.
|
sl@0
|
6 |
example: This test is taken from the zlib distribution and it tests the c interface. The bits of
|
sl@0
|
7 |
example that test the gzip io stuff have been removed.
|
sl@0
|
8 |
gzip: A little program written to test the limited gzip functionality provided by ezlib. It can be
|
sl@0
|
9 |
used to compress and decompress files using the gzip file format.
|
sl@0
|
10 |
ezexample: This test is the copy of example test which has been made automated.
|
sl@0
|
11 |
gziptest: contains unit tests designed to test many aspects of the gzip interface (like compression - decompression of gzip files)
|
sl@0
|
12 |
inflateprimetest: This test is designed to test the inflatePrime function which is part of libz.dll.
|
sl@0
|
13 |
decompresstest: This test is designed to check for invalid return codes, panics and memory leaks
|
sl@0
|
14 |
when decompressing invalid Zip and GZip files.
|