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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-09-12 14:22:02 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-09-12 14:22:02 +0300
commite7b5bbae6a1594f6e21a5734cdc7e6e4e2e43eb6 (patch)
tree5e51cb308f97014f1e4c206e0ad1ffa16b699041 /tests/python/CMakeLists.txt
parent4aee701f0028fbf17103a5565d72e05bbfcc8d9f (diff)
Cycles tests: Add baking features tests
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 516284178a5..7e42f36c6e4 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(bake)
add_cycles_render_test(denoise)
add_cycles_render_test(displacement)
add_cycles_render_test(image_data_types)