[Bf-blender-cvs] [deb642d2ec7] functions: disable bmesh unit test due to linker errors that I cannot fix now

Jacques Lucke noreply at git.blender.org
Tue Jul 2 16:11:53 CEST 2019


Commit: deb642d2ec730df5a9443a5c2fb439a1b2d0d866
Author: Jacques Lucke
Date:   Tue Jul 2 15:01:22 2019 +0200
Branches: functions
https://developer.blender.org/rBdeb642d2ec730df5a9443a5c2fb439a1b2d0d866

disable bmesh unit test due to linker errors that I cannot fix now

===================================================================

M	tests/gtests/CMakeLists.txt

===================================================================

diff --git a/tests/gtests/CMakeLists.txt b/tests/gtests/CMakeLists.txt
index 5541531d2d0..0371062f254 100644
--- a/tests/gtests/CMakeLists.txt
+++ b/tests/gtests/CMakeLists.txt
@@ -14,7 +14,7 @@ if(WITH_GTESTS)
   add_subdirectory(testing)
   add_subdirectory(blenlib)
   add_subdirectory(guardedalloc)
-  add_subdirectory(bmesh)
+  #add_subdirectory(bmesh)
   add_subdirectory(functions)
   if(WITH_ALEMBIC)
     add_subdirectory(alembic)



More information about the Bf-blender-cvs mailing list