| 323 | // Some tests are simply loading the file to make sure it doesn't crash |
| 324 | |
| 325 | static dmModelImporter::Scene* TestLoading(const char* path) |
| 326 | { |
| 327 | dmModelImporter::Options options; |
| 328 | dmModelImporter::Scene* scene = LoadScene(path, options); |
| 329 | return scene; |
| 330 | } |
| 331 | |
| 332 | // #7369 Find skin crash |
| 333 | TEST(ModelCrashtest, FindSkinCrash) |