Instantiate the test
| 263 | |
| 264 | // Instantiate the test |
| 265 | TEST_P(ROTMG, srotmg) |
| 266 | { |
| 267 | TestParams params; |
| 268 | |
| 269 | getParams(¶ms); |
| 270 | rotmgCorrectnessTest<cl_float>(¶ms); |
| 271 | } |
| 272 | |
| 273 | TEST_P(ROTMG, drotmg) |
| 274 | { |
nothing calls this directly
no outgoing calls
no test coverage detected