diff options
author | dvshkurko <dvshkurko@yandex-team.ru> | 2022-02-10 16:45:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:52 +0300 |
commit | c768a99151e47c3a4bb7b92c514d256abd301c4d (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/svnversion/test/main.cpp | |
parent | 321ee9bce31ec6e238be26dbcbe539cffa2c3309 (diff) | |
download | ydb-c768a99151e47c3a4bb7b92c514d256abd301c4d.tar.gz |
Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/svnversion/test/main.cpp')
-rw-r--r-- | library/cpp/svnversion/test/main.cpp | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/library/cpp/svnversion/test/main.cpp b/library/cpp/svnversion/test/main.cpp index 916e4ef6ca..3c8209047f 100644 --- a/library/cpp/svnversion/test/main.cpp +++ b/library/cpp/svnversion/test/main.cpp @@ -1,30 +1,30 @@ -#include <build/scripts/c_templates/svnversion.h> -#include <util/stream/str.h> -#include <util/system/compiler.h> -#include <util/stream/output.h> - +#include <build/scripts/c_templates/svnversion.h> +#include <util/stream/str.h> +#include <util/system/compiler.h> +#include <util/stream/output.h> + // ya make -DFORCE_VCS_INFO_UPDATE --vcs-file=<vcs.json> library/cpp/svnversion/test/ -// ./library/svnversion/test/test[.exe] -int main() { - Cout << "GetProgramSvnVersion(): " << GetProgramSvnVersion() << Endl; - Cout << "PrintProgramSvnVersion(): " << Endl; PrintProgramSvnVersion(); - Cout << "GetArcadiaSourcePath(): " << GetArcadiaSourcePath() << Endl; - Cout << "GetArcadiaSourceUrl(): " << GetArcadiaSourceUrl() << Endl; - Cout << "GetArcadiaLastChange(): " << GetArcadiaLastChange() << Endl; - Cout << "GetArcadiaLastChangeNum(): " << GetArcadiaLastChangeNum() << Endl; - Cout << "GetArcadiaLastAuthor(): " << GetArcadiaLastAuthor() << Endl; - Cout << "GetProgramSvnRevision(): " << GetProgramSvnRevision() << Endl; - Cout << "GetProgramHash(): " << GetProgramHash() << Endl; - Cout << "GetProgramCommitId(): " << GetProgramCommitId() << Endl; - Cout << "GetProgramScmData(): " << GetProgramScmData() << Endl; - Cout << "GetProgramBuildUser(): " << GetProgramBuildUser() << Endl; - Cout << "GetProgramBuildHost(): " << GetProgramBuildHost() << Endl; - Cout << "GetProgramBuildDate(): " << GetProgramBuildDate() << Endl; - Cout << "GetVCS(): " << GetVCS() << Endl; - Cout << "GetBranch(): " << GetBranch() << Endl; - Cout << "GetTag(): " << GetTag() << Endl; - Cout << "GetArcadiaPatchNumber(): " << GetArcadiaPatchNumber() << Endl; +// ./library/svnversion/test/test[.exe] +int main() { + Cout << "GetProgramSvnVersion(): " << GetProgramSvnVersion() << Endl; + Cout << "PrintProgramSvnVersion(): " << Endl; PrintProgramSvnVersion(); + Cout << "GetArcadiaSourcePath(): " << GetArcadiaSourcePath() << Endl; + Cout << "GetArcadiaSourceUrl(): " << GetArcadiaSourceUrl() << Endl; + Cout << "GetArcadiaLastChange(): " << GetArcadiaLastChange() << Endl; + Cout << "GetArcadiaLastChangeNum(): " << GetArcadiaLastChangeNum() << Endl; + Cout << "GetArcadiaLastAuthor(): " << GetArcadiaLastAuthor() << Endl; + Cout << "GetProgramSvnRevision(): " << GetProgramSvnRevision() << Endl; + Cout << "GetProgramHash(): " << GetProgramHash() << Endl; + Cout << "GetProgramCommitId(): " << GetProgramCommitId() << Endl; + Cout << "GetProgramScmData(): " << GetProgramScmData() << Endl; + Cout << "GetProgramBuildUser(): " << GetProgramBuildUser() << Endl; + Cout << "GetProgramBuildHost(): " << GetProgramBuildHost() << Endl; + Cout << "GetProgramBuildDate(): " << GetProgramBuildDate() << Endl; + Cout << "GetVCS(): " << GetVCS() << Endl; + Cout << "GetBranch(): " << GetBranch() << Endl; + Cout << "GetTag(): " << GetTag() << Endl; + Cout << "GetArcadiaPatchNumber(): " << GetArcadiaPatchNumber() << Endl; Cout << "GetVCSDirty(): " << GetVCSDirty() << Endl; - return 0; -} - + return 0; +} + |