Blender Git Loki
Git Commits -> Revision 7623d3e
Revision 7623d3e by Sergey Sharybin (master) February 6, 2016, 18:19 (GMT) |
Cycles: Add some utility tests using GTests This is an initial move to have unittests to at least cover utility functions, which then could be extended further to test such areas as shader optimization and such. Currently only based on initial "infrastructure" layout and writing tests needed to test the no-boost patch. Note: This patch starts to use "<dir>/<header>.h" notation for the include statements which i just got used to do in other projects. Something what would be cool to use globally in the code eventually. Reviewers: dingto, juicyfruit, lukasstockner97, brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D1770 |
Commit Details:
Full Hash: 7623d3e071e6356ce4519073b1a29d984ba86cd9
Parent Commit: 3867bef
Lines Changed: +726, -0
4 Added Paths:
/intern/cycles/test/CMakeLists.txt (+30, -0) (View)
/intern/cycles/test/util_aligned_malloc_test.cpp (+42, -0) (View)
/intern/cycles/test/util_path_test.cpp (+401, -0) (View)
/intern/cycles/test/util_string_test.cpp (+248, -0) (View)
/intern/cycles/test/util_aligned_malloc_test.cpp (+42, -0) (View)
/intern/cycles/test/util_path_test.cpp (+401, -0) (View)
/intern/cycles/test/util_string_test.cpp (+248, -0) (View)
1 Modified Path:
/intern/cycles/CMakeLists.txt (+5, -0) (Diff)