os/ossrv/compressionlibs/ziplib/test/rtest/group/readme.txt
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/compressionlibs/ziplib/test/rtest/group/readme.txt	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +This directory contains several test programs
     1.5 +
     1.6 +ezfile: which can be used to compress and then uncompress a single file.
     1.7 +ezlibtest: contains a number of tests designed to test many aspects of the ezlib interface.  This is 
     1.8 +not example code.
     1.9 +example: This test is taken from the zlib distribution and it tests the c interface.  The bits of
    1.10 +example that test the gzip io stuff have been removed.
    1.11 +gzip: A little program written to test the limited gzip functionality provided by ezlib.  It can be 
    1.12 +used to compress and decompress files using the gzip file format.
    1.13 +ezexample: This test is the copy of example test which has been made automated.
    1.14 +gziptest: contains unit tests designed to test many aspects of the gzip interface (like compression - decompression of gzip files)
    1.15 +inflateprimetest: This test is designed to test the inflatePrime function which is part of libz.dll.
    1.16 +decompresstest: This test is designed to check for invalid return codes, panics and memory leaks 
    1.17 +when decompressing invalid Zip and GZip files.