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

Function test3

Source/kwsys/testProcess.c:94–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static int test3(int argc, char const* argv[])
95{
96 (void)argc;
97 (void)argv;
98 fprintf(stdout, "Output before sleep on stdout from timeout test.\n");
99 fprintf(stderr, "Output before sleep on stderr from timeout test.\n");
100 fflush(stdout);
101 fflush(stderr);
102 testProcess_sleep(15);
103 fprintf(stdout, "Output after sleep on stdout from timeout test.\n");
104 fprintf(stderr, "Output after sleep on stderr from timeout test.\n");
105 return 0;
106}
107
108static int test4(int argc, char const* argv[])
109{

Callers 1

mainFunction · 0.85

Calls 1

testProcess_sleepFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…