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
path: root/tests
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-12-19 12:05:04 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-19 12:05:04 +0300
commit0ebf69287ab4bf34a532f33f18540307ee47b5b2 (patch)
tree0c8d96494d4265ecb3582b140f285b8218521acb /tests
parent9d69b3d48b3b703c0ce3ebbfdc0ea9327fa9b792 (diff)
parentc34f3c777f9a783033a098734c25716d1def3f09 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'tests')
-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 dd4c57b43eb..9f1de64c2e9 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")