summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-04-29 15:49:22 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-04-29 15:49:22 (GMT)
commitdbcf3c792cbf9eb739a5d8fdfc97382937eb2352 (patch)
tree99acdb02024c3f651da4a8950360f549a927f6b1 /Source/cmCTest.h
parente841dde6c3a9229d53c8d2fdf00ce5073cadf016 (diff)
downloadCMake-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.h5
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;