[Bf-blender-cvs] [2f6d7946a4a] blender-v2.79a-release: Cycles tests: Add extra image tests

Sergey Sharybin noreply at git.blender.org
Mon Jan 22 12:39:22 CET 2018


Commit: 2f6d7946a4a6b44e99a133f58f43c463a70fc317
Author: Sergey Sharybin
Date:   Mon Jan 22 12:38:59 2018 +0100
Branches: blender-v2.79a-release
https://developer.blender.org/rB2f6d7946a4a6b44e99a133f58f43c463a70fc317

Cycles tests: Add extra image tests

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

M	tests/python/CMakeLists.txt

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

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index f2fea48d9f4..2b82856ea07 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -532,7 +532,9 @@ if(WITH_CYCLES)
 		if(WITH_OPENGL_TESTS)
 			add_cycles_render_test(opengl)
 		endif()
-		add_cycles_render_test(image)
+		add_cycles_render_test(image_data_types)
+		add_cycles_render_test(image_mapping)
+		add_cycles_render_test(image_texture_limit)
 		add_cycles_render_test(mblur)
 		add_cycles_render_test(reports)
 		add_cycles_render_test(render)



More information about the Bf-blender-cvs mailing list