Output a message in ctest when each test is started
This commit is contained in:
parent
8c4f69c45b
commit
5a2f24856e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue