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

Function cmEnableTestingCommand

Source/cmEnableTestingCommand.cxx:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "cmMakefile.h"
7
8bool cmEnableTestingCommand(std::vector<std::string> const&,
9 cmExecutionStatus& status)
10{
11 status.GetMakefile().AddDefinition("CMAKE_TESTING_ENABLED", "1");
12 return true;
13}

Callers

nothing calls this directly

Calls 2

AddDefinitionMethod · 0.45
GetMakefileMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…