MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / TEST_P

Function TEST_P

gtests/Pp.FromFile.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42using PreprocessingTest = GlslangTest<::testing::TestWithParam<std::string>>;
43
44TEST_P(PreprocessingTest, FromFile)
45{
46 loadFilePreprocessAndCheck(GlobalTestSettings.testRoot, GetParam());
47}
48
49// clang-format off
50INSTANTIATE_TEST_SUITE_P(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected