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

Function printAsyncSerialSkip

Tests/Libraries/Async/AsyncTest.cpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36static void printAsyncSerialSkip(SC::TestReport& report)
37{
38 if (not report.quietMode)
39 {
40 report.console.printLine("AsyncTest - Skipping POSIX serial loopback under Fil-C: PTY name resolution is "
41 "not yet supported");
42 }
43}
44} // namespace
45#endif
46

Callers 1

AsyncTestMethod · 0.85

Calls 1

printLineMethod · 0.80

Tested by

no test coverage detected