Changeset View
Changeset View
Standalone View
Standalone View
source/blender/functions/tests/FN_field_test.cc
| /* SPDX-License-Identifier: Apache-2.0 */ | /* SPDX-License-Identifier: Apache-2.0 */ | ||||
| #include "testing/testing.h" | #include "testing/testing.h" | ||||
| #include "FN_cpp_type.hh" | #include "BLI_cpp_type.hh" | ||||
| #include "FN_field.hh" | #include "FN_field.hh" | ||||
| #include "FN_multi_function_builder.hh" | #include "FN_multi_function_builder.hh" | ||||
| #include "FN_multi_function_test_common.hh" | #include "FN_multi_function_test_common.hh" | ||||
| namespace blender::fn::tests { | namespace blender::fn::tests { | ||||
| TEST(field, ConstantFunction) | TEST(field, ConstantFunction) | ||||
| { | { | ||||
| ▲ Show 20 Lines • Show All 279 Lines • Show Last 20 Lines | |||||