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

Function cmPassed

Tests/Complex/Executable/complex.cxx:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41// ======================================================================
42
43void cmPassed(char const* Message, char const* m2 = "")
44{
45 std::cout << "Passed: " << Message << m2 << "\n";
46 cm_passed++;
47}
48
49#ifndef COMPLEX_DEFINED_PRE
50# error "COMPLEX_DEFINED_PRE not defined!"

Callers 4

TestAndRemoveFileFunction · 0.70
TestDirFunction · 0.70
mainFunction · 0.70
testFindPackageCommandFunction · 0.50

Calls

no outgoing calls

Tested by 3

TestAndRemoveFileFunction · 0.56
TestDirFunction · 0.56
testFindPackageCommandFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…