mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 00:02:21 +08:00
ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked
This commit is contained in:
@@ -66,6 +66,7 @@ class cmCTestCommand;
|
||||
class cmCTestScriptHandler : public cmCTestGenericHandler
|
||||
{
|
||||
public:
|
||||
cmTypeMacro(cmCTestScriptHandler, cmCTestGenericHandler);
|
||||
|
||||
/**
|
||||
* Add a script to run
|
||||
@@ -97,6 +98,7 @@ public:
|
||||
cmCTestScriptHandler();
|
||||
~cmCTestScriptHandler();
|
||||
|
||||
void Initialize();
|
||||
private:
|
||||
// reads in a script
|
||||
int ReadInScript(const std::string& total_script_arg);
|
||||
|
Reference in New Issue
Block a user