diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-09-07 14:26:17 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-09-07 14:26:17 (GMT) |
commit | 5fb958fde950f8a8f9b1629399f0457c46224640 (patch) | |
tree | ce1e1dd09388f892b6cc0135240c292519c148ab /Source/CTest/cmCTestTestHandler.h | |
parent | 4e16813f63bae65dd3eeec0a326e9a4926aff1c5 (diff) | |
download | CMake-5fb958fde950f8a8f9b1629399f0457c46224640.zip CMake-5fb958fde950f8a8f9b1629399f0457c46224640.tar.gz CMake-5fb958fde950f8a8f9b1629399f0457c46224640.tar.bz2 |
ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specification of resource allocation for given tests running with the ctest -j N option. RUN_SERIAL ensures that a given test does not run in parallel with any other test. Also forced appending of "..." to the longest test name in ctest.
Diffstat (limited to 'Source/CTest/cmCTestTestHandler.h')
-rw-r--r-- | Source/CTest/cmCTestTestHandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestTestHandler.h b/Source/CTest/cmCTestTestHandler.h index e4b5e07..113c1c9 100644 --- a/Source/CTest/cmCTestTestHandler.h +++ b/Source/CTest/cmCTestTestHandler.h @@ -97,6 +97,7 @@ public: bool IsInBasedOnREOptions; bool WillFail; bool Expensive; + bool RunSerial; double Timeout; int Index; //Requested number of process slots |