ENH: After running test clear results for memory checking
This commit is contained in:
parent
787ca6457b
commit
baee28ce9b
|
@ -2389,6 +2389,7 @@ bool cmCTest::InitializeMemoryChecking()
|
||||||
|
|
||||||
int cmCTest::TestDirectory(bool memcheck)
|
int cmCTest::TestDirectory(bool memcheck)
|
||||||
{
|
{
|
||||||
|
m_TestResults.clear();
|
||||||
std::cout << (memcheck ? "Memory check" : "Test") << " project" << std::endl;
|
std::cout << (memcheck ? "Memory check" : "Test") << " project" << std::endl;
|
||||||
if ( memcheck )
|
if ( memcheck )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue