MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / printAsyncProcessExitSkip

Function printAsyncProcessExitSkip

Tests/Libraries/Async/AsyncTest.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace
26{
27static void printAsyncProcessExitSkip(SC::TestReport& report)
28{
29 if (not report.quietMode)
30 {
31 report.console.printLine("AsyncTest - Skipping AsyncProcessExit under Fil-C: Linux backend depends on "
32 "pidfd_open support");
33 }
34}
35
36static void printAsyncSerialSkip(SC::TestReport& report)
37{

Callers 1

AsyncTestMethod · 0.85

Calls 1

printLineMethod · 0.80

Tested by

no test coverage detected