Tests: Move sculpting render tests out of WITH_GPU_RENDER_TESTS
Adds a new CMake option so that these tests can be run independently of other tests, and so that existing tests that use WITH_GPU_RENDER_TESTS are not forced to run these sculpt tests. Pull Request: https://projects.blender.org/blender/blender/pulls/134893
This commit is contained in:
@@ -847,6 +847,7 @@ Enable GPU drawing related unit testing (draw manager)"
|
||||
OFF
|
||||
)
|
||||
option(WITH_GPU_COMPOSITOR_TESTS "Enable regression testing for GPU compositor" OFF)
|
||||
option(WITH_GPU_MESH_PAINT_TESTS "Enable visual render-based regression testing for mesh painting" OFF)
|
||||
if(UNIX AND NOT (APPLE OR HAIKU))
|
||||
option(WITH_UI_TESTS "\
|
||||
Enable user-interface tests using a headless display server. \
|
||||
|
||||
Reference in New Issue
Block a user