[Bf-blender-cvs] [a130c82f0a8] master: Cycles tests: Enable texture space tests

Sergey Sharybin noreply at git.blender.org
Tue Dec 19 09:54:30 CET 2017


Commit: a130c82f0a8df7a949d0888cb1fa798740012a48
Author: Sergey Sharybin
Date:   Tue Dec 19 09:50:55 2017 +0100
Branches: master
https://developer.blender.org/rBa130c82f0a8df7a949d0888cb1fa798740012a48

Cycles tests: Enable texture space tests

===================================================================

M	tests/python/CMakeLists.txt

===================================================================

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 7e42f36c6e4..781e12a6955 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -547,6 +547,7 @@ if(WITH_CYCLES)
 		add_cycles_render_test(shader)
 		add_cycles_render_test(shader_tangent)
 		add_cycles_render_test(shadow_catcher)
+		add_cycles_render_test(texture_space)
 		add_cycles_render_test(volume)
 	else()
 		MESSAGE(STATUS "Disabling Cycles tests because tests folder does not exist")



More information about the Bf-blender-cvs mailing list