ICU-2412 added -e1 option which makes exhaustive collation testing somewhat bearable

X-SVN-Rev: 11118
This commit is contained in:
Vladimir Weinstein 2003-02-20 01:16:40 +00:00
parent 58e26b03be
commit 0a641283d6

View File

@ -554,9 +554,13 @@ int processArgs(const TestNode* root,
{
doList = TRUE;
}
else if (strcmp( argv[i], "-e1") == 0)
{
QUICK = -1;
}
else if (strcmp( argv[i], "-e") ==0)
{
QUICK = FALSE;
QUICK = 0;
}
else if (strcmp( argv[i], "-w") ==0)
{