Blender Git Commit Log
Git Commits -> Revision 81caec8
Revision 81caec8 by Brecht Van Lommel (master) July 31, 2020, 12:41 (GMT) |
Fix blender_test runner build on the buildbot on Linux and macOS Add our own copy of the gtest discovery scripts from CMake a few reasons: * Use the very latest version which supports PRE_TEST for Windows * Fix usage of [] symbols in file paths that fail with the zsh shell * Disable asan leak checker when discovering tests This means Windows also no longer requires the very latest CMake 3.18. |
Commit Details:
Full Hash: 81caec8c609891fea21d04bdfbecb3a0739bc06e
Parent Commit: 5628aae
Lines Changed: +745, -9
2 Added Paths:
/build_files/cmake/Modules/GTest.cmake (+550, -0) (View)
/build_files/cmake/Modules/GTestAddTests.cmake (+191, -0) (View)
/build_files/cmake/Modules/GTestAddTests.cmake (+191, -0) (View)
1 Deleted Path:
/tests/gtests/runner/BlenderAddTests.cmake (+0, -3)