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:
authorCampbell Barton <campbell@blender.org>2022-01-28 06:08:11 +0300
committerCampbell Barton <campbell@blender.org>2022-01-28 06:52:47 +0300
commitebd0e7608860e0a7a1b0fbe563a4329919f78799 (patch)
tree4ff655ad9b3e3c40b48dff73e0cd31195c340cf0 /tests
parent9f6b19526de8b69bf8015b835f358dd8c2eb6449 (diff)
Cleanup: indentation for CMake files
Also minor white-space & case changes.
Diffstat (limited to 'tests')
-rw-r--r--tests/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 062dc5517db..d6575436bd6 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -692,7 +692,7 @@ if(WITH_CYCLES OR WITH_OPENGL_RENDER_TESTS)
foreach(render_test ${_cycles_render_tests})
# Enable just one simple test for Metal until more tests are passing.
- if ((NOT (_cycles_device MATCHES "METAL")) OR (render_test MATCHES "camera"))
+ if((NOT (_cycles_device MATCHES "METAL")) OR (render_test MATCHES "camera"))
add_python_test(
cycles_${render_test}_${_cycles_device_lower}
${CMAKE_CURRENT_LIST_DIR}/cycles_render_tests.py