Add test-names to README-S.txt

This commit is contained in:
Andy McFadden 2015-01-09 13:44:39 -08:00
parent 506e278e34
commit 8d2f1a5479
1 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,9 @@ test-basic
Basic tests. Run this to verify that things are working.
On Win32 there will be a second executable, test-basic-d, that links against
the DLL rather than the static library.
exerciser
=========
@ -82,6 +85,15 @@ of memory on very large archives, you can reduce the memory requirements
by specifying the "-f" flag.
test-names
==========
Tests Unicode filename handling. Run without arguments.
(This currently fails on Win32 because the Unicode filename support is
incomplete there.)
test-simple
===========