diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-08-04 02:36:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-08-04 02:36:17 (GMT) |
commit | 41feb1f86b5ec4710c4b10ff5f0a0609f48c4373 (patch) | |
tree | e1b018ef6a2de0e97e2c4fb80607000859ccf731 /Source/cmCTest.h | |
parent | 369a4188e6fcf8a6b9244e05822e517f145abf37 (diff) | |
download | CMake-41feb1f86b5ec4710c4b10ff5f0a0609f48c4373.zip CMake-41feb1f86b5ec4710c4b10ff5f0a0609f48c4373.tar.gz CMake-41feb1f86b5ec4710c4b10ff5f0a0609f48c4373.tar.bz2 |
ENH: Use new RunCommand
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 926d5de..c6e22fa 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -210,6 +210,8 @@ private: int m_TestModel; + int m_TimeOut; + /** * Generate the Dart compatible output */ |