summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestConfigureHandler.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-17 13:04:56 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-17 13:04:56 -0400
commitd9dc9b54a62c20be2cf42ce050780e1b924e412c (patch)
treefbc9478d4a3559ec8c6ee5c61a008e031c982f99 /Source/CTest/cmCTestConfigureHandler.cxx
parentd3239ac68f4cc74e5f5c7cecf876f07262bbf57e (diff)
downloadcmake-d9dc9b54a62c20be2cf42ce050780e1b924e412c.tar.gz
ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked
Diffstat (limited to 'Source/CTest/cmCTestConfigureHandler.cxx')
-rw-r--r--Source/CTest/cmCTestConfigureHandler.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestConfigureHandler.cxx b/Source/CTest/cmCTestConfigureHandler.cxx
index f5e8c97b57..b336f504ca 100644
--- a/Source/CTest/cmCTestConfigureHandler.cxx
+++ b/Source/CTest/cmCTestConfigureHandler.cxx
@@ -28,6 +28,10 @@ cmCTestConfigureHandler::cmCTestConfigureHandler()
{
}
+//----------------------------------------------------------------------
+void cmCTestConfigureHandler::Initialize()
+{
+}
//----------------------------------------------------------------------
//clearly it would be nice if this were broken up into a few smaller