diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-01-25 16:16:16 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-01-25 16:16:16 (GMT) |
commit | 2f84bd17581920eb5cbfc3b41e8cf477ba6a5853 (patch) | |
tree | 1fa8c0947593a749be89f78ec053eb3ce23f14e8 /Source/cmCTest.h | |
parent | f71ad851d81649c59a8f4724d72ba4c935cdefce (diff) | |
download | CMake-2f84bd17581920eb5cbfc3b41e8cf477ba6a5853.zip CMake-2f84bd17581920eb5cbfc3b41e8cf477ba6a5853.tar.gz CMake-2f84bd17581920eb5cbfc3b41e8cf477ba6a5853.tar.bz2 |
ENH: added per test timeout support
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index ca2e1a9..298f5a0 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -232,7 +232,7 @@ public: //! Run command specialized for tests. Returns process status and retVal is // return value or exception. int RunTest(std::vector<const char*> args, std::string* output, int *retVal, - std::ostream* logfile); + std::ostream* logfile, double testTimeOut); /** * Execute handler and return its result. If the handler fails, it returns |