Commit: ad459302ce603b7503137251e8fecdd1a2009482
Author: Sybren A. Stüvel
Date:   Mon Aug 17 12:55:23 2020 +0200
Branches: master
https://developer.blender.org/rBad459302ce603b7503137251e8fecdd1a2009482

Cleanup: rename `alembic_tests.py` to `alembic_tests_export.py`

Rename `alembic_tests.py` to `alembic_tests_export.py`, as this makes it
clearer what is being tested.

No functional changes.

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

M       tests/python/CMakeLists.txt
R100    tests/python/alembic_tests.py   tests/python/alembic_export_tests.py

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

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 1b78a938a04..e0e6f38b8fa 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -663,7 +663,7 @@ if(WITH_ALEMBIC)
 
   add_python_test(
     alembic_tests
-    ${CMAKE_CURRENT_LIST_DIR}/alembic_tests.py
+    ${CMAKE_CURRENT_LIST_DIR}/alembic_export_tests.py
     --blender "${TEST_BLENDER_EXE}"
     --testdir "${TEST_SRC_DIR}/alembic"
     --alembic-root "${ALEMBIC_ROOT_DIR}"
diff --git a/tests/python/alembic_tests.py 
b/tests/python/alembic_export_tests.py
similarity index 100%
rename from tests/python/alembic_tests.py
rename to tests/python/alembic_export_tests.py

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to