diff options
Diffstat (limited to 'Source/CTest/cmCTestVC.h')
-rw-r--r-- | Source/CTest/cmCTestVC.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestVC.h b/Source/CTest/cmCTestVC.h index 1bc4277..4564e70 100644 --- a/Source/CTest/cmCTestVC.h +++ b/Source/CTest/cmCTestVC.h @@ -39,7 +39,12 @@ public: /** Top-level source directory. */ void SetSourceDirectory(std::string const& dir); + /** Perform cleanup operations on the work tree. */ + void Cleanup(); + protected: + // Internal API to be implemented by subclasses. + virtual void CleanupImpl(); /** Convert a list of arguments to a human-readable command line. */ static std::string ComputeCommandLine(char const* const* cmd); |