summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 15d0471..a1381d6 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -307,6 +307,7 @@ private:
std::string m_EndBuild;
std::string m_StartTest;
std::string m_EndTest;
+ double m_ElapsedTestingTime;
int m_TestModel;
@@ -377,7 +378,8 @@ private:
void GenerateDartTestOutput(std::ostream& os);
void GenerateDartMemCheckOutput(std::ostream& os);
void GenerateDartBuildOutput(std::ostream& os,
- std::vector<cmCTestBuildErrorWarning>);
+ std::vector<cmCTestBuildErrorWarning>,
+ double elapsed_time);
bool OpenOutputFile(const std::string& path,
const std::string& name, std::ofstream& stream);