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-28 18:57:16 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-28 19:05:31 +0300
commit08005802ccb70c31e9ce5fcfe6551dc7354d3c6b (patch)
treea60ac0ccdfa55651842209db6a5d3c6e6a4bf913 /tests
parent4df66dabb8887cf2ff281946ad7af10b165d09ae (diff)
Tests: make grease pencil tests part of OpenGL render tests
Otherwise tests fail on machines without OpenGL.
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)