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

Method cmTest

Source/cmTest.cxx:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "cmValue.h"
9
10cmTest::cmTest(cmMakefile* mf)
11 : Backtrace(mf->GetBacktrace())
12 , PolicyStatusCMP0158(mf->GetPolicyStatus(cmPolicies::CMP0158))
13 , PolicyStatusCMP0178(mf->GetPolicyStatus(cmPolicies::CMP0178))
14{
15 this->Makefile = mf;
16 this->OldStyle = true;
17}
18
19cmTest::~cmTest() = default;
20

Callers

nothing calls this directly

Calls 2

GetBacktraceMethod · 0.45
GetPolicyStatusMethod · 0.45

Tested by

no test coverage detected