diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-07 04:13:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-07 04:13:15 (GMT) |
commit | 8aba833b7714c746436282a0db9f5a5478c75271 (patch) | |
tree | 09cbe138a1eba2ab037bee39a44f920e18327c71 /Source/cmCTest.h | |
parent | 2cd431d905d8dd33a59b095853e5ba7f4b66a9eb (diff) | |
download | CMake-8aba833b7714c746436282a0db9f5a5478c75271.zip CMake-8aba833b7714c746436282a0db9f5a5478c75271.tar.gz CMake-8aba833b7714c746436282a0db9f5a5478c75271.tar.bz2 |
Work on submitting
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 9cd90bb..8e9e07d 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -65,6 +65,17 @@ public: int ConfigureDirectory(); /** + * Do submit testing results + */ + int SubmitResults(); + std::string GetSubmitResultsPrefix(); + + /** + * Check if CTest file exists + */ + bool CTestFileExists(const std::string& filename); + + /** * Run the test for a directory and any subdirectories */ void ProcessDirectory(std::vector<std::string> &passed, @@ -106,6 +117,7 @@ private: TEST_TEST, COVERAGE_TEST, PURIFY_TEST, + SUBMIT_TEST, ALL_TEST, LAST_TEST }; |