| 50 | } |
| 51 | |
| 52 | void test() |
| 53 | { |
| 54 | /* To initialize the mesh library */ |
| 55 | geode::register_geode_builder(); |
| 56 | |
| 57 | /* Run checks */ |
| 58 | check_register( geode::OpenGeodeGraph::impl_name_static() ); |
| 59 | check_register( geode::OpenGeodePointSet2D::impl_name_static() ); |
| 60 | check_register( geode::OpenGeodePointSet3D::impl_name_static() ); |
| 61 | check_register( geode::OpenGeodeEdgedCurve2D::impl_name_static() ); |
| 62 | check_register( geode::OpenGeodeEdgedCurve3D::impl_name_static() ); |
| 63 | check_register( geode::OpenGeodePolygonalSurface2D::impl_name_static() ); |
| 64 | check_register( geode::OpenGeodePolygonalSurface3D::impl_name_static() ); |
| 65 | check_register( geode::OpenGeodeTriangulatedSurface2D::impl_name_static() ); |
| 66 | check_register( geode::OpenGeodeTriangulatedSurface3D::impl_name_static() ); |
| 67 | check_register( geode::OpenGeodePolyhedralSolid3D::impl_name_static() ); |
| 68 | check_register( geode::OpenGeodeTetrahedralSolid3D::impl_name_static() ); |
| 69 | } |
| 70 | |
| 71 | OPENGEODE_TEST( "register-builder" ) |
no test coverage detected