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 <brecht@blender.org>2021-11-19 15:21:48 +0300
committerBrecht Van Lommel <brecht@blender.org>2021-11-19 15:21:48 +0300
commit06691d1b21fe06c86876c78e45ca75cb1aa048ae (patch)
treeeb53209dec06777ce06362ec97560924ee9d3667 /tests
parent1b94c53aa653d390e9a459517ad97f2285b19b2a (diff)
Tests: disable Cycles volume test when WITH_MOD_FLUID is off
Diffstat (limited to 'tests')
-rw-r--r--tests/python/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
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)