.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@10703 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-01-13 07:52:15 +00:00
parent 3dc674ac47
commit 5976d32aa3
3 changed files with 22 additions and 0 deletions

View file

@ -34,6 +34,7 @@ CONSOLE_APP_MAIN
GetRepoInfo("svn://localhost/upp", d, rev);
GetRepoInfo("svn://www.ultimatepp.org/upp", d1, rev1);
LOG("Main repository last date: " << d1);

View file

@ -0,0 +1,12 @@
#include <Core/Core.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
StdLogSetup(LOG_COUT|LOG_FILE);
ASSERT(IsNull(Sys("svn status /home/cxl/upp.src")));
LOG("=========== OK");
}

View file

@ -0,0 +1,9 @@
uses
Core;
file
CheckSvnStatus.cpp;
mainconfig
"" = "";