ENH: After running test clear results for memory checking

This commit is contained in:
Andy Cedilnik 2004-05-03 16:38:19 -04:00
parent 787ca6457b
commit baee28ce9b
1 changed files with 1 additions and 0 deletions

View File

@ -2389,6 +2389,7 @@ bool cmCTest::InitializeMemoryChecking()
int cmCTest::TestDirectory(bool memcheck)
{
m_TestResults.clear();
std::cout << (memcheck ? "Memory check" : "Test") << " project" << std::endl;
if ( memcheck )
{