| 34 | } |
| 35 | |
| 36 | static 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 |