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:
parent
3f615ad93e
commit
a187f47e2c
3 changed files with 32 additions and 2 deletions
|
|
@ -301,6 +301,7 @@ INSTANTIATE_TEST_SUITE_P(
|
|||
"coord_conventions.frag",
|
||||
"gl_FragCoord.frag",
|
||||
"glsl.interpOp.error.frag",
|
||||
"overflow_underflow_toinf_0.frag",
|
||||
})),
|
||||
FileNameAsCustomTestSuffix
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue