Instantiate the test
| 194 | |
| 195 | // Instantiate the test |
| 196 | TEST_P(ROT, srot) |
| 197 | { |
| 198 | TestParams params; |
| 199 | |
| 200 | getParams(¶ms); |
| 201 | rotCorrectnessTest<cl_float>(¶ms); |
| 202 | } |
| 203 | |
| 204 | TEST_P(ROT, drot) |
| 205 | { |
nothing calls this directly
no outgoing calls
no test coverage detected