Blender
V3.3
source
blender
blenloader
tests
blendfile_load_test.cc
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later
2
* Copyright 2019 Blender Foundation. */
3
#include "
blendfile_loading_base_test.h
"
4
5
class
BlendfileLoadingTest
:
public
BlendfileLoadingBaseTest
{
6
};
7
8
TEST_F
(
BlendfileLoadingTest
, CanaryTest)
9
{
10
/* Load the smallest blend file we have in the tests/data directory. */
11
if
(!blendfile_load(
"modifier_stack/array_test.blend"
)) {
12
return
;
13
}
14
depsgraph_create(
DAG_EVAL_RENDER
);
15
EXPECT_NE(
nullptr
, this->
depsgraph
);
16
}
DAG_EVAL_RENDER
@ DAG_EVAL_RENDER
Definition:
DEG_depsgraph.h:46
TEST_F
TEST_F(BlendfileLoadingTest, CanaryTest)
Definition:
blendfile_load_test.cc:8
blendfile_loading_base_test.h
BlendfileLoadingBaseTest
Definition:
blendfile_loading_base_test.h:12
BlendfileLoadingTest
Definition:
blendfile_load_test.cc:5
depsgraph
const Depsgraph * depsgraph
Definition:
deg_eval_copy_on_write.cc:499
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1