summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitCommand.h
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2010-06-10 16:25:49 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2010-06-10 16:25:49 (GMT)
commitaf5ef0c96982be431791ea35d6de8798ffe70254 (patch)
tree7a73855046a511b496bc79553edc667922f16cd6 /Source/CTest/cmCTestSubmitCommand.h
parent86e81b53c196bfd29aa7d877d2fb9e71a6392cc1 (diff)
downloadCMake-af5ef0c96982be431791ea35d6de8798ffe70254.zip
CMake-af5ef0c96982be431791ea35d6de8798ffe70254.tar.gz
CMake-af5ef0c96982be431791ea35d6de8798ffe70254.tar.bz2
Testing for CTest checksum
Diffstat (limited to 'Source/CTest/cmCTestSubmitCommand.h')
-rw-r--r--Source/CTest/cmCTestSubmitCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestSubmitCommand.h b/Source/CTest/cmCTestSubmitCommand.h
index 5a80b45..edc9c65 100644
--- a/Source/CTest/cmCTestSubmitCommand.h
+++ b/Source/CTest/cmCTestSubmitCommand.h
@@ -29,6 +29,7 @@ public:
{
this->PartsMentioned = false;
this->FilesMentioned = false;
+ this->InternalTest = false;
this->RetryCount = "";
this->RetryDelay = "";
}
@@ -107,6 +108,7 @@ protected:
bool PartsMentioned;
std::set<cmCTest::Part> Parts;
bool FilesMentioned;
+ bool InternalTest;
cmCTest::SetOfStrings Files;
std::string RetryCount;
std::string RetryDelay;