diff options
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); |