| 199 | // Instantiate the test |
| 200 | |
| 201 | TEST_P(HER2K, cher2k) { |
| 202 | TestParams params; |
| 203 | |
| 204 | getParams(¶ms); |
| 205 | her2kCorrectnessTest<FloatComplex>(¶ms); |
| 206 | } |
| 207 | |
| 208 | TEST_P(HER2K, zher2k) { |
| 209 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected