MCPcopy Create free account
hub / github.com/Kitware/CMake / GetStopOnFailure

Method GetStopOnFailure

Source/cmCTest.cxx:2711–2714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2709}
2710
2711bool cmCTest::GetStopOnFailure() const
2712{
2713 return this->Impl->StopOnFailure;
2714}
2715
2716void cmCTest::SetStopOnFailure(bool stop)
2717{

Callers 1

CheckStopOnFailureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected