| 43 | #include <geode/tests/common.hpp> |
| 44 | |
| 45 | void check_register( const geode::MeshImpl& key ) |
| 46 | { |
| 47 | geode::OpenGeodeMeshException::test( |
| 48 | geode::MeshBuilderFactory::has_creator( key ), "No creator for ", |
| 49 | key.get(), " is not correct" ); |
| 50 | } |
| 51 | |
| 52 | void test() |
| 53 | { |