[Bf-blender-cvs] [04ae290024c] master: Cleanup: Alembic, rename test in CMake for consistency

Sybren A. Stüvel noreply at git.blender.org
Mon Aug 17 17:56:35 CEST 2020


Commit: 04ae290024c58f5288644bf3464757de4b56b9e7
Author: Sybren A. Stüvel
Date:   Mon Aug 17 16:36:14 2020 +0200
Branches: master
https://developer.blender.org/rB04ae290024c58f5288644bf3464757de4b56b9e7

Cleanup: Alembic, rename test in CMake for consistency

Rename test `alembic_tests` to `alembic_export_tests`, so that its name
is consistent with the Python file containing the tests,
`alembic_export_tests.py`.

No functional changes.

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

M	tests/python/CMakeLists.txt

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

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index e0e6f38b8fa..18f61d83c3c 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -662,7 +662,7 @@ if(WITH_ALEMBIC)
   get_filename_component(ALEMBIC_ROOT_DIR ${real_include_dir} DIRECTORY)
 
   add_python_test(
-    alembic_tests
+    alembic_export_tests
     ${CMAKE_CURRENT_LIST_DIR}/alembic_export_tests.py
     --blender "${TEST_BLENDER_EXE}"
     --testdir "${TEST_SRC_DIR}/alembic"



More information about the Bf-blender-cvs mailing list