MCPcopy Create free account
hub / github.com/defold/defold / TestLoading

Function TestLoading

engine/modelc/src/test/test_model.cpp:325–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323// Some tests are simply loading the file to make sure it doesn't crash
324
325static 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
333TEST(ModelCrashtest, FindSkinCrash)

Callers 1

TESTFunction · 0.85

Calls 1

LoadSceneFunction · 0.70

Tested by

no test coverage detected