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

Method Initialize

Source/cmCTest.cxx:390–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390void cmCTest::Initialize(std::string const& binary_dir)
391{
392 this->Impl->BuildID = "";
393 for (Part p = PartStart; p != PartCount; p = static_cast<Part>(p + 1)) {
394 this->Impl->Parts[p].SubmitFiles.clear();
395 }
396
397 if (!this->Impl->InteractiveDebugMode) {
398 this->BlockTestErrorDiagnostics();
399 } else {
400 cmSystemTools::PutEnv("CTEST_INTERACTIVE_DEBUG_MODE=1");
401 }
402
403 this->Impl->BinaryDir = binary_dir;
404 cmSystemTools::ConvertToUnixSlashes(this->Impl->BinaryDir);
405}
406
407bool cmCTest::CreateNewTag(bool quiet)
408{

Callers 7

Direct3DApp1.cppFile · 0.45
GetObjectIdMethod · 0.45
SettingsFileReadMethod · 0.45
FromMd5Method · 0.45
FromSha1Method · 0.45
GetBmiFilePathMethod · 0.45
InstallMethod · 0.45

Calls 2

clearMethod · 0.45

Tested by

no test coverage detected