autotests

git-svn-id: svn://ultimatepp.org/upp/trunk@7145 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-04-02 19:17:01 +00:00
parent b9df4ac6d7
commit bcd73bb584
8 changed files with 43 additions and 55 deletions

View file

@ -2,6 +2,12 @@
using namespace Upp;
#ifdef flagAUTOTEST
#define N 1000000
#else
#define N 100000000
#endif
String RandomString(int n)
{
String h;
@ -32,4 +38,6 @@ CONSOLE_APP_MAIN
}
// LOGHEXDUMP(es, es.GetCount());
}
LOG("========= OK");
}