Blender Git Loki
Git Commits -> Revision eaac6cb
Revision eaac6cb by Howard Trickey (master) June 19, 2014, 15:53 (GMT) |
Add a bmesh_core_test, a start at testing bmesh functionality. Needed to make the blender link libraries a global property now that tests are parallel to source directory. Current sort order for blender link libraries doesn't work for tests that start with few defined symbols. Doubling the lib list works, but a TODO to find a better way (probably using CMake's own mechanism for tracking dependencies). |
Commit Details:
Full Hash: eaac6cbcd9428533273091710759106131f92340
Parent Commit: 179e7ea
Lines Changed: +84, -1
2 Added Paths:
/tests/gtests/bmesh/bmesh_core_test.cc (+36, -0) (View)
/tests/gtests/bmesh/CMakeLists.txt (+43, -0) (View)
/tests/gtests/bmesh/CMakeLists.txt (+43, -0) (View)