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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-07 17:14:56 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-07 18:26:27 +0300
commitf08ee1fc40c09e7ffc028a097dda5d80436ce478 (patch)
treebcd426364a6167c8006f686767d2b8a51a5f4343 /tests
parent109ef278cc294b9f4068a7fc0fb65fada54012b6 (diff)
Tests: add Cycles image texture colorspace 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 28bdd48229e..076b0d958f1 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -567,6 +567,7 @@ if(OPENIMAGEIO_IDIFF AND EXISTS "${TEST_SRC_DIR}/render/shader")
add_cycles_render_test(denoise_animation)
add_cycles_render_test(displacement)
add_cycles_render_test(hair)
+ add_cycles_render_test(image_colorspace)
add_cycles_render_test(image_data_types)
add_cycles_render_test(image_mapping)
add_cycles_render_test(image_texture_limit)