diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-05-10 21:44:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-05-10 21:44:29 (GMT) |
commit | 9255e40d81ea587bba21081dbae3732e0a6a2d80 (patch) | |
tree | 4f501c314cfdfeb067adba2a1179ecb0506c0ee0 /Source/cmCTest.h | |
parent | 26e8d63b809dad775adff0942dfa09b856b93d10 (diff) | |
download | CMake-9255e40d81ea587bba21081dbae3732e0a6a2d80.zip CMake-9255e40d81ea587bba21081dbae3732e0a6a2d80.tar.gz CMake-9255e40d81ea587bba21081dbae3732e0a6a2d80.tar.bz2 |
ENH: Add a way to force ctest to be a new process
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 78a8955..ae0e5b7 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -142,6 +142,8 @@ public: bool m_DartMode; bool m_ShowOnly; + bool m_ForceNewCTestProcess; + bool m_RunConfigurationScript; tm_VectorOfStrings m_ConfigurationScripts; |