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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2017-08-18 18:09:12 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2017-08-18 18:09:12 +0300
commitd282dc04ef0561611c80626c880c2c1701b5a759 (patch)
treef144ade62729ecd4514dffecf1f76b0c38c7e52b
parent5cf36c0f05c9681dbc4d6344686d72ca8fe969b3 (diff)
Cycles tests: add light type 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 5335987d19d..a1c68d9864a 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -539,6 +539,7 @@ if(WITH_CYCLES)
add_cycles_render_test(image_data_types)
add_cycles_render_test(image_mapping)
add_cycles_render_test(image_texture_limit)
+ add_cycles_render_test(light)
add_cycles_render_test(mblur)
add_cycles_render_test(reports)
add_cycles_render_test(render)