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

Function skipShaderDummyTests

test/Graphics/Shader.test.cpp:119–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117#endif
118
119std::string skipShaderDummyTests()
120{
121 if constexpr (skipShaderDummyTest)
122 // https://github.com/catchorg/Catch2/blob/devel/docs/test-cases-and-sections.md#special-tags
123 // This tag tells Catch2 to not run a given TEST_CASE
124 return "[.shaderDummy]";
125 else
126 return "";
127}
128
129std::string skipShaderFullTests()
130{

Callers 1

Shader.test.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected