diff options
Diffstat (limited to 'Source/CTest/cmCTestVC.h')
-rw-r--r-- | Source/CTest/cmCTestVC.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestVC.h b/Source/CTest/cmCTestVC.h index 43ae5b9..8f8adf4 100644 --- a/Source/CTest/cmCTestVC.h +++ b/Source/CTest/cmCTestVC.h @@ -42,6 +42,9 @@ public: /** Get the date/time specification for the current nightly start time. */ std::string GetNightlyTime(); + /** Prepare the work tree. */ + bool InitialCheckout(const char* command); + /** Perform cleanup operations on the work tree. */ void Cleanup(); |