| 45 | using CompileToAstTestNV = GlslangTest<::testing::TestWithParam<std::string>>; |
| 46 | |
| 47 | TEST_P(CompileToAstTest, FromFile) |
| 48 | { |
| 49 | loadFileCompileAndCheck(GlobalTestSettings.testRoot, GetParam(), |
| 50 | Source::GLSL, Semantics::OpenGL, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0, |
| 51 | Target::AST); |
| 52 | } |
| 53 | |
| 54 | // Compiling GLSL to SPIR-V under OpenGL semantics (NV extensions enabled). |
| 55 | TEST_P(CompileToAstTestNV, FromFile) |
nothing calls this directly
no outgoing calls
no test coverage detected