| 52 | using namespace pdal; |
| 53 | |
| 54 | TEST(CropFilterTest, create) |
| 55 | { |
| 56 | StageFactory f; |
| 57 | Stage* filter(f.createStage("filters.crop")); |
| 58 | EXPECT_TRUE(filter); |
| 59 | } |
| 60 | |
| 61 | TEST(CropFilterTest, test_crop) |
| 62 | { |
nothing calls this directly
no test coverage detected