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