Skip to content
Snippets Groups Projects
Commit 5a2f2485 authored by Zach's avatar Zach
Browse files

Output a message in ctest when each test is started

parent 8c4f69c4
No related branches found
No related tags found
No related merge requests found
......@@ -294,6 +294,9 @@ void cmCTestRunTest::MemCheckPostProcess()
// Starts the execution of a test. Returns once it has started
bool cmCTestRunTest::StartTest()
{
cmCTestLog(this->CTest, HANDLER_OUTPUT, " Start "
<< this->TestProperties->Index << ": "
<< this->TestProperties->Name << std::endl);
this->ComputeArguments();
std::vector<std::string>& args = this->TestProperties->Args;
this->TestResult.Properties = this->TestProperties;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment