mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@10460 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
17135567d6
commit
da6ba3c0e4
2 changed files with 5 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ using namespace Upp;
|
|||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
TimeStop tm;
|
||||
|
||||
StdLogSetup(LOG_COUT|LOG_FILE);
|
||||
|
||||
SeedRandom();
|
||||
|
|
@ -28,5 +30,5 @@ CONSOLE_APP_MAIN
|
|||
LOG("================");
|
||||
}
|
||||
|
||||
LOG("===================== OK");
|
||||
LOG("===================== OK in " << tm);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
description "#WAIT: 5\377";
|
||||
|
||||
uses
|
||||
Core;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue