Blender Git Loki
Git Commits -> Revision 532ac11
Revision 532ac11 by Brecht Van Lommel (master) September 17, 2020, 10:29 (GMT) |
Tests: bundle tests for some modules in their own executables The ffmpeg, guardedalloc and blenlib are quite isolated and putting them in their own executable separate from blender_test is faster for development than linking the entire blender_tests executable. For Cycles, this also bundles all the unit tests into one executable. Ref T79958 Differential Revision: https://developer.blender.org/D8714 |
Commit Details:
Full Hash: 532ac1163ceea857df0f3f144de0dde837712bbe
Parent Commit: f9fcb25
Lines Changed: +96, -48
8 Modified Paths:
/build_files/cmake/macros.cmake (+44, -3) (Diff)
/intern/cycles/test/CMakeLists.txt (+17, -16) (Diff)
/intern/cycles/test/util_avxf_avx2_test.cpp (+2, -0) (Diff)
/intern/cycles/test/util_avxf_avx_test.cpp (+2, -0) (Diff)
/intern/cycles/test/util_avxf_test.h (+27, -26) (Diff)
/intern/ffmpeg/CMakeLists.txt (+1, -1) (Diff)
/intern/guardedalloc/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenlib/CMakeLists.txt (+2, -1) (Diff)
/intern/cycles/test/CMakeLists.txt (+17, -16) (Diff)
/intern/cycles/test/util_avxf_avx2_test.cpp (+2, -0) (Diff)
/intern/cycles/test/util_avxf_avx_test.cpp (+2, -0) (Diff)
/intern/cycles/test/util_avxf_test.h (+27, -26) (Diff)
/intern/ffmpeg/CMakeLists.txt (+1, -1) (Diff)
/intern/guardedalloc/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenlib/CMakeLists.txt (+2, -1) (Diff)