| 6 | #include "cmMakefile.h" |
| 7 | |
| 8 | bool cmEnableTestingCommand(std::vector<std::string> const&, |
| 9 | cmExecutionStatus& status) |
| 10 | { |
| 11 | status.GetMakefile().AddDefinition("CMAKE_TESTING_ENABLED", "1"); |
| 12 | return true; |
| 13 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…