mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-01 06:12:23 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@7159 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7826b82ae7
commit
f81a0bc2d5
4 changed files with 8 additions and 8 deletions
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
using namespace Upp;
|
||||
|
||||
#ifdef flagAUTOTEST
|
||||
#define N 1000000
|
||||
#else
|
||||
#ifdef flagLONG
|
||||
#define N 100000000
|
||||
#else
|
||||
#define N 1000000
|
||||
#endif
|
||||
|
||||
String RandomString(int n)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue