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