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:
Sean Kim
2025-02-21 20:31:57 +01:00
committed by Sean Kim
parent a810737716
commit 8fef9214a7
2 changed files with 2 additions and 1 deletions

View File

@@ -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. \