projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77c62c7
)
Cycles tests: Enable texture space tests
author
Sergey Sharybin <sergey.vfx@gmail.com>
Tue, 19 Dec 2017 08:50:55 +0000
(09:50 +0100)
committer
Sergey Sharybin <sergey.vfx@gmail.com>
Tue, 19 Dec 2017 08:54:23 +0000
(09:54 +0100)
tests/python/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tests/python/CMakeLists.txt
b/tests/python/CMakeLists.txt
index 7e42f36c6e49d91fa86e10cf3884cd8beff4cfd3..781e12a6955a43cd1d75d64be11a94c39cafb6ba 100644
(file)
--- 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")