diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-29 15:49:22 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-29 15:49:22 (GMT) |
commit | dbcf3c792cbf9eb739a5d8fdfc97382937eb2352 (patch) | |
tree | 99acdb02024c3f651da4a8950360f549a927f6b1 /Source/cmCTest.h | |
parent | e841dde6c3a9229d53c8d2fdf00ce5073cadf016 (diff) | |
download | CMake-dbcf3c792cbf9eb739a5d8fdfc97382937eb2352.zip CMake-dbcf3c792cbf9eb739a5d8fdfc97382937eb2352.tar.gz CMake-dbcf3c792cbf9eb739a5d8fdfc97382937eb2352.tar.bz2 |
ENH: merge in changes from main tree and change version to 2.4.1-beta
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index b73f8ce..14bdfcc 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -297,6 +297,10 @@ public: std::vector<cmStdString> &GetInitialCommandLineArguments() { return this->InitialCommandLineArguments; }; + //! Set the track to submit to + void SetSpecificTrack(const char* track); + const char* GetSpecificTrack(); + private: std::string ConfigType; bool Verbose; @@ -342,6 +346,7 @@ private: bool TomorrowTag; int TestModel; + std::string SpecificTrack; double TimeOut; |