Move overflow_underflow_toinf_0 from runtests to gtest

gtest is the preferred framework for simple tests that don't require
passing special command-line options to glslang.
This commit is contained in:
Arcady Goldmints-Orlov 2023-11-27 19:26:25 -05:00 committed by arcady-lunarg
parent 3f615ad93e
commit a187f47e2c
3 changed files with 32 additions and 2 deletions

View file

@ -301,6 +301,7 @@ INSTANTIATE_TEST_SUITE_P(
"coord_conventions.frag",
"gl_FragCoord.frag",
"glsl.interpOp.error.frag",
"overflow_underflow_toinf_0.frag",
})),
FileNameAsCustomTestSuffix
);