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

Function skipShaderFullTests

test/Graphics/Shader.test.cpp:129–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129std::string skipShaderFullTests()
130{
131 if constexpr (skipShaderFullTest)
132 // https://github.com/catchorg/Catch2/blob/devel/docs/test-cases-and-sections.md#special-tags
133 // This tag tells Catch2 to not run a given TEST_CASE
134 return "[.shaderFull]";
135 else
136 return "";
137}
138
139} // namespace
140

Callers 1

Shader.test.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected