From 8d2f1a547947fe0f0accda54698c57562b6bce80 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 9 Jan 2015 13:44:39 -0800 Subject: [PATCH] Add test-names to README-S.txt --- nufxlib/samples/README-S.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nufxlib/samples/README-S.txt b/nufxlib/samples/README-S.txt index 3f432b2..e325638 100644 --- a/nufxlib/samples/README-S.txt +++ b/nufxlib/samples/README-S.txt @@ -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 ===========