| 40 | using namespace pdal; |
| 41 | |
| 42 | TEST(BpfTestBase, test_point_major) |
| 43 | { |
| 44 | test_file_type( |
| 45 | Support::datapath("bpf/autzen-utm-chipped-25-v3-interleaved.bpf")); |
| 46 | } |
| 47 | |
| 48 | TEST(BpfTestBase, test_dim_major) |
| 49 | { |
nothing calls this directly
no test coverage detected