.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@10460 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-11-17 15:20:00 +00:00
parent 17135567d6
commit da6ba3c0e4
2 changed files with 5 additions and 1 deletions

View file

@ -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);
}

View file

@ -1,3 +1,5 @@
description "#WAIT: 5\377";
uses
Core;