[Bf-blender-cvs] [06691d1b21f] master: Tests: disable Cycles volume test when WITH_MOD_FLUID is off

Brecht Van Lommel noreply at git.blender.org
Fri Nov 19 13:24:11 CET 2021


Commit: 06691d1b21fe06c86876c78e45ca75cb1aa048ae
Author: Brecht Van Lommel
Date:   Fri Nov 19 13:21:48 2021 +0100
Branches: master
https://developer.blender.org/rB06691d1b21fe06c86876c78e45ca75cb1aa048ae

Tests: disable Cycles volume test when WITH_MOD_FLUID is off

===================================================================

M	tests/python/CMakeLists.txt

===================================================================

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 1927223cf32..fa63bdadd80 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -651,7 +651,6 @@ if(WITH_CYCLES OR WITH_OPENGL_RENDER_TESTS)
       shader
       shadow_catcher
       sss
-      volume
     )
 
     if(WITH_OPENSUBDIV)
@@ -663,7 +662,7 @@ if(WITH_CYCLES OR WITH_OPENGL_RENDER_TESTS)
     endif()
 
     if(WITH_MOD_FLUID)
-      list(APPEND render_tests motion_blur reports)
+      list(APPEND render_tests motion_blur reports volume)
     endif()
 
     if(WITH_OPENVDB)



More information about the Bf-blender-cvs mailing list