diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-08-19 12:58:36 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-08-19 12:58:36 (GMT) |
commit | b9daa192af92266a375707e56963ebdb888065e4 (patch) | |
tree | 800d09fdc52d4b4c0ecfef84c27e43e7392dbff7 /Source/cmCTest.h | |
parent | d8ecd02a7a0178c3709dd0ec75f6ab0e7a57e947 (diff) | |
download | CMake-b9daa192af92266a375707e56963ebdb888065e4.zip CMake-b9daa192af92266a375707e56963ebdb888065e4.tar.gz CMake-b9daa192af92266a375707e56963ebdb888065e4.tar.bz2 |
ENH: Refactored CTest test execution code into an object
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 5eca3c3..2a0d4bf 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -49,6 +49,7 @@ class cmCTestScriptHandler; class cmCTest { + friend class cmCTestRunTest; public: /** Enumerate parts of the testing and submission process. */ enum Part |