CTest: clean TargetDirs between unrelated coverage runs (issue 13143)
This commit is contained in:
parent
047c1ec457
commit
eb1d6cef2f
|
@ -142,6 +142,7 @@ void cmCTestCoverageHandler::Initialize()
|
|||
this->Superclass::Initialize();
|
||||
this->CustomCoverageExclude.clear();
|
||||
this->SourceLabels.clear();
|
||||
this->TargetDirs.clear();
|
||||
this->LabelIdMap.clear();
|
||||
this->Labels.clear();
|
||||
this->LabelFilter.clear();
|
||||
|
|
Loading…
Reference in New Issue