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-08-30 18:42:00 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-08-30 18:42:00 +0300
commit4f1b510d75aea996dcdc65dd147d9f798a50bc1c (patch)
treed0d0489a1abb71c6ebbf3df5426de88ff3ac327e /tests
parent29b2a47a8a361d657f2e275b5eebaf412ecafae9 (diff)
Cycles: Add tangent attribute tests
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 a1c68d9864a..516284178a5 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -544,6 +544,7 @@ if(WITH_CYCLES)
add_cycles_render_test(reports)
add_cycles_render_test(render)
add_cycles_render_test(shader)
+ add_cycles_render_test(shader_tangent)
add_cycles_render_test(shadow_catcher)
add_cycles_render_test(volume)
else()