| 48 | using namespace pdal; |
| 49 | |
| 50 | TEST(H3FilterTest, createStage) |
| 51 | { |
| 52 | StageFactory f; |
| 53 | Stage* filter(f.createStage("filters.h3")); |
| 54 | EXPECT_TRUE(filter); |
| 55 | } |
| 56 | |
| 57 | TEST(H3FilterTest, stream_test_2) |
| 58 | { |
nothing calls this directly
no test coverage detected