diff options
author | Regina Pfeifer <regina@mailbox.org> | 2018-11-28 21:11:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-16 15:34:08 (GMT) |
commit | 65f1fc9d6329feb2d48ee986d4243166a66049af (patch) | |
tree | 9b9f87a6c31164fe0c6e8282b110e95185dad217 /Source/cmCTest.h | |
parent | 2bedd5fb7c02987ad209f96889e2578a16806e01 (diff) | |
download | CMake-65f1fc9d6329feb2d48ee986d4243166a66049af.zip CMake-65f1fc9d6329feb2d48ee986d4243166a66049af.tar.gz CMake-65f1fc9d6329feb2d48ee986d4243166a66049af.tar.bz2 |
CTest: Add function GetSubmitURL
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 2b40ca3..a82f400 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -176,6 +176,8 @@ public: bool suppress = false); void EmptyCTestConfiguration(); + std::string GetSubmitURL(); + /** * constructor and destructor */ |