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:
Diffstat (limited to 'tests')
-rw-r--r--tests/python/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index a0a763ff20b..94f1e7cc57e 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -567,6 +567,9 @@ if(WITH_CYCLES OR WITH_OPENGL_RENDER_TESTS)
add_cycles_render_test(denoise)
add_cycles_render_test(denoise_animation)
add_cycles_render_test(displacement)
+ if(WITH_OPENGL_RENDER_TESTS)
+ add_cycles_render_test(grease_pencil)
+ endif()
add_cycles_render_test(hair)
add_cycles_render_test(image_colorspace)
add_cycles_render_test(image_data_types)