diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2010-03-19 13:08:57 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2010-03-19 13:09:02 (GMT) |
commit | 4b32ee01f24bdd4f83931c100f3bb2dea2b70414 (patch) | |
tree | f50eafc2887dae6ce2ed5e69e38d845107bdd942 /Source/cmCTest.h | |
parent | 40cb9c89d7109aa7ca67755cafc4a7da0f91d5a4 (diff) | |
download | CMake-4b32ee01f24bdd4f83931c100f3bb2dea2b70414.zip CMake-4b32ee01f24bdd4f83931c100f3bb2dea2b70414.tar.gz CMake-4b32ee01f24bdd4f83931c100f3bb2dea2b70414.tar.bz2 |
Better detection of stop_time being passed.
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 4b66985..3d7d117 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -457,6 +457,8 @@ private: double GlobalTimeout; + int LastStopTimeout; + int MaxTestNameWidth; int ParallelLevel; |