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