Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-12-19 11:50:55 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-19 11:54:23 +0300
commita130c82f0a8df7a949d0888cb1fa798740012a48 (patch)
tree5afd786f720bfa1646ab478f2b03203930434c4a /tests/python/CMakeLists.txt
parent77c62c77936f23fb6af107ca5cafcf84d47e11af (diff)
Cycles tests: Enable texture space tests
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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")