Fix: added missing buildinfo to BKE_fcurve test

This commit is contained in:
Sybren A. Stüvel 2020-05-01 12:45:24 +02:00
parent d7d140ec7f
commit 28bdf669a9
1 changed files with 1 additions and 1 deletions

View File

@ -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}")