| 42 | using PreprocessingTest = GlslangTest<::testing::TestWithParam<std::string>>; |
| 43 | |
| 44 | TEST_P(PreprocessingTest, FromFile) |
| 45 | { |
| 46 | loadFilePreprocessAndCheck(GlobalTestSettings.testRoot, GetParam()); |
| 47 | } |
| 48 | |
| 49 | // clang-format off |
| 50 | INSTANTIATE_TEST_SUITE_P( |
nothing calls this directly
no outgoing calls
no test coverage detected