From 4f1b510d75aea996dcdc65dd147d9f798a50bc1c Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 30 Aug 2017 17:42:00 +0200 Subject: Cycles: Add tangent attribute tests --- tests/python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/python') 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() -- cgit v1.2.3