Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/tests/blendfile_loading_base_test.cc
| Show First 20 Lines • Show All 44 Lines • ▼ Show 20 Lines | |||||
| #include "RNA_define.h" | #include "RNA_define.h" | ||||
| #include "WM_api.h" | #include "WM_api.h" | ||||
| #include "wm.h" | #include "wm.h" | ||||
| #include "CLG_log.h" | #include "CLG_log.h" | ||||
| BlendfileLoadingBaseTest::~BlendfileLoadingBaseTest() | |||||
| { | |||||
| } | |||||
| void BlendfileLoadingBaseTest::SetUpTestCase() | void BlendfileLoadingBaseTest::SetUpTestCase() | ||||
| { | { | ||||
| testing::Test::SetUpTestCase(); | testing::Test::SetUpTestCase(); | ||||
| /* Minimal code to make loading a blendfile and constructing a depsgraph not crash, copied from | /* Minimal code to make loading a blendfile and constructing a depsgraph not crash, copied from | ||||
| * main() in creator.c. */ | * main() in creator.c. */ | ||||
| CLG_init(); | CLG_init(); | ||||
| BLI_threadapi_init(); | BLI_threadapi_init(); | ||||
| ▲ Show 20 Lines • Show All 104 Lines • Show Last 20 Lines | |||||