mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@10703 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3dc674ac47
commit
5976d32aa3
3 changed files with 22 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
12
autotest/CheckSvnStatus/CheckSvnStatus.cpp
Normal file
12
autotest/CheckSvnStatus/CheckSvnStatus.cpp
Normal 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");
|
||||
}
|
||||
9
autotest/CheckSvnStatus/CheckSvnStatus.upp
Normal file
9
autotest/CheckSvnStatus/CheckSvnStatus.upp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
uses
|
||||
Core;
|
||||
|
||||
file
|
||||
CheckSvnStatus.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "";
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue