| 129 | } |
| 130 | |
| 131 | TYPED_TEST(Approx2, Approx2Nearest) { |
| 132 | approx2Test<TypeParam>(string(TEST_DIR "/approx/approx2.test"), 0, |
| 133 | AF_INTERP_NEAREST); |
| 134 | } |
| 135 | |
| 136 | TYPED_TEST(Approx2, Approx2Linear) { |
| 137 | approx2Test<TypeParam>(string(TEST_DIR "/approx/approx2.test"), 1, |
nothing calls this directly
no test coverage detected