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

Method GetOldStyle

Source/cmTest.h:61–61  ·  view source on GitHub ↗

Get/Set whether this is an old-style test. */

Source from the content-addressed store, hash-verified

59
60 /** Get/Set whether this is an old-style test. */
61 bool GetOldStyle() const { return this->OldStyle; }
62 void SetOldStyle(bool b) { this->OldStyle = b; }
63
64 /** Get if CMP0158 policy is NEW */

Callers 4

testCreateFromTestsFunction · 0.80
CreateIfAnyMethod · 0.80
cmTestGeneratorMethod · 0.80
cmAddTestCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected