| 38 | } |
| 39 | |
| 40 | std::string runIpV6LoopbackTests() |
| 41 | { |
| 42 | #if defined(SFML_RUN_LOOPBACK_TESTS) && defined(SFML_RUN_IPV6_LINK_TESTS) |
| 43 | return ""; |
| 44 | #else |
| 45 | // https://github.com/catchorg/Catch2/blob/devel/docs/test-cases-and-sections.md#special-tags |
| 46 | // This tag tells Catch2 to not run a given TEST_CASE |
| 47 | return "[.loopbackv6]"; |
| 48 | #endif |
| 49 | } |
| 50 | |
| 51 | std::string runIpV6LinkTests() |
| 52 | { |