Test used for correctness of bitwidth and exceptions on the first vector of each dataset
| 189 | |
| 190 | /// Test used for correctness of bitwidth and exceptions on the first vector of each dataset |
| 191 | TEST_F(alp_test, test_alp_double) { |
| 192 | for (const auto& col : alp_bench::get_alp_dataset()) { |
| 193 | test_column<double>(col); |
| 194 | } |
| 195 | } |
| 196 | |
| 197 | /// Test used for correctness of bitwidth and exceptions on the first vector of generated data |
| 198 | TEST_F(alp_test, test_alp_on_generated) { |
nothing calls this directly
no test coverage detected