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:
authorCampbell Barton <ideasman42@gmail.com>2017-08-11 03:33:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-11 03:33:39 +0300
commitd1328feeb125328615bcf832cbc82d9f9a18e023 (patch)
tree9243fcdd057cb7cbc710393158a7c15c41459919 /tests/python/CMakeLists.txt
parentc4201e57f36e7a5bcb711bd1a92d5b334cd40dff (diff)
parent0398ee10a1b727c63b344db3d6c8d78f6bbfd633 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'tests/python/CMakeLists.txt')
-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 afd61d5ab67..dd824b9f824 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -534,6 +534,7 @@ if(WITH_CYCLES)
if(WITH_OPENGL_TESTS)
add_cycles_render_test(opengl)
endif()
+ add_cycles_render_test(denoise)
add_cycles_render_test(displacement)
add_cycles_render_test(image_data_types)
add_cycles_render_test(image_mapping)