| 43 | using namespace pdal; |
| 44 | |
| 45 | TEST(RelaxationDartThrowingTest, create) |
| 46 | { |
| 47 | StageFactory f; |
| 48 | Stage* filter(f.createStage("filters.relaxationdartthrowing")); |
| 49 | EXPECT_TRUE(filter); |
| 50 | } |
| 51 | |
| 52 | TEST(RelaxationDartThrowingTest, RelaxationDartThrowingTest_smallInput) |
| 53 | { |
nothing calls this directly
no test coverage detected