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

@@ -1192,7 +1192,7 @@ endif()
# ------------------------------------------------------------------------------
# SCULPTING RENDER TESTS
if(WITH_GPU_RENDER_TESTS)
if(WITH_GPU_MESH_PAINT_TESTS)
if(NOT OPENIMAGEIO_TOOL)
message(STATUS "Disabling sculpting render tests because OIIO oiiotool does not exist")
else()