MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / TEST_P

Function TEST_P

src/tests/correctness/corr-her.cpp:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196// Instantiate the test
197
198TEST_P(HER, cher) {
199 TestParams params;
200
201 getParams(&params);
202 herCorrectnessTest<FloatComplex>(&params);
203}
204
205TEST_P(HER, zher) {
206 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected