mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 22:02:51 -06:00
autotests
git-svn-id: svn://ultimatepp.org/upp/trunk@7145 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b9df4ac6d7
commit
bcd73bb584
8 changed files with 43 additions and 55 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue