Blender Git Loki
Git Commits -> Revision 2dba2b3
Revision 2dba2b3 by Sergey Sharybin (master) February 6, 2016, 16:21 (GMT) |
Fix gtests on Windows/MSVC There were some missing stubs and some tests were specifically written for Linux. Also, apparently MSVC has a limit of 64K for the insource strings.. |
Commit Details:
Full Hash: 2dba2b3d71d9781bce452c78a4f2c686169418b4
Parent Commit: 5508cc2
Lines Changed: +27, -3
6 Modified Paths:
/tests/gtests/blenlib/BLI_ghash_performance_test.cc (+2, -1) (Diff)
/tests/gtests/blenlib/BLI_path_util_test.cc (+11, -0) (Diff)
/tests/gtests/blenlib/BLI_ressource_strings.h (+4, -1) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+5, -1) (Diff)
/tests/gtests/guardedalloc/CMakeLists.txt (+1, -0) (Diff)
/tests/gtests/guardedalloc/guardedalloc_alignment_test.cc (+4, -0) (Diff)
/tests/gtests/blenlib/BLI_path_util_test.cc (+11, -0) (Diff)
/tests/gtests/blenlib/BLI_ressource_strings.h (+4, -1) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+5, -1) (Diff)
/tests/gtests/guardedalloc/CMakeLists.txt (+1, -0) (Diff)
/tests/gtests/guardedalloc/guardedalloc_alignment_test.cc (+4, -0) (Diff)