compressionlibs/ziplib/test/rtest/group/readme.txt
author William Roberts <williamr@symbian.org>
Tue, 22 Jun 2010 22:02:13 +0100
branchGCC_SURGE
changeset 38 ea84df9fe210
parent 0 e4d67989cc36
permissions -rw-r--r--
Remove GCCE-specific def file for libstdcpp.dll - it's not binary compatible with the EABI one anyway (Bug 2971)

This directory contains several test programs

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