Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-05-01 13:45:24 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-05-01 13:45:53 +0300
commit28bdf669a99a491e5342fad8c8c5d3caf1eb2f29 (patch)
tree617c9af7958ee1b8ad6162f2562035968443a409 /tests
parentd7d140ec7ffa4d84433c3075a4cc909ce584a3ab (diff)
Fix: added missing buildinfo to BKE_fcurve test
Diffstat (limited to 'tests')
-rw-r--r--tests/gtests/blenkernel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/blenkernel/CMakeLists.txt b/tests/gtests/blenkernel/CMakeLists.txt
index 017d3412d25..5cf4c7a27af 100644
--- a/tests/gtests/blenkernel/CMakeLists.txt
+++ b/tests/gtests/blenkernel/CMakeLists.txt
@@ -41,4 +41,4 @@ if(WITH_BUILDINFO)
endif()
BLENDER_TEST(BKE_armature "bf_blenloader;bf_blenkernel;bf_blenlib;${BUILDINFO}")
-BLENDER_TEST(BKE_fcurve "bf_blenloader;bf_blenkernel;bf_editor_animation")
+BLENDER_TEST(BKE_fcurve "bf_blenloader;bf_blenkernel;bf_editor_animation;${BUILDINFO}")