diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-18 16:53:48 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-18 16:53:48 (GMT) |
commit | f47a57c3e8410e5ce78acf67bf239303fa6b27e4 (patch) | |
tree | a2c5b968c53804064344b45751f58f0fcf912fff /Source/cmCTest.h | |
parent | 3d84afe571f03f0f8406a4af95746877b5ee9267 (diff) | |
download | CMake-f47a57c3e8410e5ce78acf67bf239303fa6b27e4.zip CMake-f47a57c3e8410e5ce78acf67bf239303fa6b27e4.tar.gz CMake-f47a57c3e8410e5ce78acf67bf239303fa6b27e4.tar.bz2 |
ENH: Add a way to submit extra files to the dashboard
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 0a80e72..c51a112 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -257,6 +257,10 @@ public: //! Create XML file that contains all the notes specified int GenerateNotesFile(const std::vector<cmStdString> &files); + //! Submit extra files to the server + bool SubmitExtraFiles(const char* files); + bool SubmitExtraFiles(const std::vector<cmStdString> &files); + //! Set the output log file name void SetOutputLogFileName(const char* name); |