MCPcopy Create free account
hub / github.com/SFML/SFML / runIpV6LoopbackTests

Function runIpV6LoopbackTests

test/TestUtilities/NetworkUtil.cpp:40–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40std::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
51std::string runIpV6LinkTests()
52{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected