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-11 01:38:39 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2017-08-11 02:09:35 +0300
commit977e7b68cb6e27d23d97485adad1eeb7ae5fe226 (patch)
tree3b0ec8a63a0f62354957329283877609f5895b33 /tests/python/CMakeLists.txt
parent267e75158a32d8051a95e4fa9b6feba33ee2d586 (diff)
Cycles: add denoising tests, keep new image even if no reference exists.
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 ca752993c79..5335987d19d 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)