| 226 | // Instantiate the test |
| 227 | |
| 228 | TEST_P(HERK, cherk) { |
| 229 | TestParams params; |
| 230 | |
| 231 | getParams(¶ms); |
| 232 | herkCorrectnessTest<FloatComplex>(¶ms); |
| 233 | } |
| 234 | |
| 235 | TEST_P(HERK, zherk) { |
| 236 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected