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

Function testDirectory

Source/kwsys/testDirectory.cxx:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139int testDirectory(int, char*[])
140{
141 return doLongPathTest() + nonExistentDirectoryTest() + copyDirectoryTest();
142}

Callers

nothing calls this directly

Calls 3

doLongPathTestFunction · 0.85
nonExistentDirectoryTestFunction · 0.85
copyDirectoryTestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…