os/ossrv/compressionlibs/ziplib/test/rtest/group/readme.txt
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 This directory contains several test programs
     2 
     3 ezfile: which can be used to compress and then uncompress a single file.
     4 ezlibtest: contains a number of tests designed to test many aspects of the ezlib interface.  This is 
     5 not example code.
     6 example: This test is taken from the zlib distribution and it tests the c interface.  The bits of
     7 example that test the gzip io stuff have been removed.
     8 gzip: A little program written to test the limited gzip functionality provided by ezlib.  It can be 
     9 used to compress and decompress files using the gzip file format.
    10 ezexample: This test is the copy of example test which has been made automated.
    11 gziptest: contains unit tests designed to test many aspects of the gzip interface (like compression - decompression of gzip files)
    12 inflateprimetest: This test is designed to test the inflatePrime function which is part of libz.dll.
    13 decompresstest: This test is designed to check for invalid return codes, panics and memory leaks 
    14 when decompressing invalid Zip and GZip files.