ENH: Handle passing in coverage command
This commit is contained in:
parent
feb271089e
commit
9755dd4f22
|
@ -71,6 +71,9 @@ bool cmCTestCoverageCommand::InitialPass(
|
||||||
m_CTest->SetCTestConfiguration("BuildDirectory", build_dir);
|
m_CTest->SetCTestConfiguration("BuildDirectory", build_dir);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_CTest->SetCTestConfigurationFromCMakeVariable(m_Makefile,
|
||||||
|
"CoverageCommand", "CTEST_COVERAGE_COMMAND");
|
||||||
|
|
||||||
cmCTestGenericHandler* handler = m_CTest->GetHandler("coverage");
|
cmCTestGenericHandler* handler = m_CTest->GetHandler("coverage");
|
||||||
if ( !handler )
|
if ( !handler )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue